Update CONTRIBUTING.md

This commit is contained in:
Bassam
2023-11-21 01:24:26 -05:00
committed by GitHub
parent 62e2e96e0c
commit 4b42fcccd6

View File

@@ -1,8 +1,14 @@
# Contribution Guidelines # Contribution Guidelines
When contributing, please ... When contributing, please:
- provide a clear and concise explanation of your pull request. - provide a clear and concise explanation of your pull request.
- try to make small changes, ie, make many small pull requests as opposed to a single large pull request. This allows me to check your work more quickly, thus merge more quickly. - try to make small changes, ie, make many small pull requests as opposed to a single large pull request.
- try to follow the patterns I've already established. - try to follow the patterns I've already established.
Contributions to `README.md` should do some or all of the following:
- add clarity
- reduce complexity for the user
- reduce verbosity
- fix errors
Thank you. Thank you.