From: Rifa Achrinza <25147899+achrinza@users.noreply.github.com>
Date: Thu, 23 Jan 2020 07:07:37 +0000 (+0800)
Subject: fix(CONTRIBUTING.md): moved to root dir
X-Git-Tag: v1.0.0~3^2~1
X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=50457a111b371c15c3ef600789cabf119930e782;p=poolifier.git
fix(CONTRIBUTING.md): moved to root dir
Signed-off-by: Rifa Achrinza <25147899+achrinza@users.noreply.github.com>
---
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