From 50457a111b371c15c3ef600789cabf119930e782 Mon Sep 17 00:00:00 2001
From: Rifa Achrinza <25147899+achrinza@users.noreply.github.com>
Date: Thu, 23 Jan 2020 15:07:37 +0800
Subject: [PATCH] fix(CONTRIBUTING.md): moved to root dir
Signed-off-by: Rifa Achrinza <25147899+achrinza@users.noreply.github.com>
---
.github/CONTRIBUTING.MD | 26 --------------------------
1 file changed, 26 deletions(-)
delete mode 100644 .github/CONTRIBUTING.MD
diff --git a/.github/CONTRIBUTING.MD b/.github/CONTRIBUTING.MD
deleted file mode 100644
index bf5bc794..00000000
--- a/.github/CONTRIBUTING.MD
+++ /dev/null
@@ -1,26 +0,0 @@
-
How to contribute
-
-[![JavaScript Style Guide](https://cdn.rawgit.com/standard/standard/master/badge.svg)](https://github.com/standard/standard)
-This repo use standard js style , please use it if you want to contribute
-Take tasks from todo list, develop a new feature or fix a bug and do a pull request.
-Another thing that you can do to contribute is to build something on top of ring-election and link ring-election to your project
-
-Please ask your PR to be merged on master branch .
-
-How to run tests
-
-Unit tests
-
-```bash
- npm run test
-```
-
-
- How to check if your new code is standard style
-```bash
- npm run standard
-```
-How to lint your code
-```bash
- npm run lint
-```
\ No newline at end of file
--
2.34.1