Updated How to Contribute Code (markdown)

Alex "mcmonkey" Goodwin 2024-07-18 13:47:46 -07:00
parent d27465ac35
commit 7525ec664d

@ -6,6 +6,8 @@ For general improvements/bug fixes just make a pull request.
- Try to make a single pull request for each change to make reviewing easier, as opposed to large/bulky PRs.
- Especially first time contributors should focus on very simple and small tasks, and take on tougher ones after you've had a PR or two successfully pulled.
- avoid adding "sensitive" code, eg `eval(...)`, unless absolutely unavoidable
- When you submit a pull request, please make sure you write a clear title and good description text.
- Description text should be detailed but concise. What issue are you addressing, how does this PR address it, what have you done to test the change, what potential concerns or side effects may apply?
## Special Cases