summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md8
1 files changed, 0 insertions, 8 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
deleted file mode 100644
index a3c6315..0000000
--- a/CONTRIBUTING.md
+++ /dev/null
@@ -1,8 +0,0 @@
-## Contributing
-To contribute, follow these steps:
-1. Find an applicable issue or open a new one with feature proposal or bug spotting.
-2. Fork the repository.
-3. Write tests for the issue.
-4. Implement your solution for the issue.
-5. Make sure all tests pass and cover your code.
-6. Make a pull-request to the `dev` branch or to the corresponding feature branch if there is any.