Skip to content

Commit 73d008e

Browse files
Create CONTRIBUTING.md
1 parent aa42308 commit 73d008e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CONTRIBUTING.md

+10
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)