We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa42308 commit 73d008eCopy full SHA for 73d008e
CONTRIBUTING.md
@@ -0,0 +1,10 @@
1
+## Contributing
2
+### What not to do:
3
+- don't make pull requests for things that don't matter for example, changing a spelling mistake in a comment
4
+- don't make troll pull requests
5
+- don't make pull requests that change multiple parts of the code, keep pull requests seperate and organized
6
+
7
+### What to do:
8
+- if you are fixing a bug, make sure to only fix one bug not many throughout the code because that can clutter everything up.
9
+- same for features, make them separate pull requests
10
+- comment your code to make the to make the code base more readable
0 commit comments