Updated How to Contribute Code (markdown)

Alex "mcmonkey" Goodwin 2024-07-15 17:59:10 -07:00
parent cd5da54c75
commit a8dbf295d8

@ -2,6 +2,9 @@
For general improvements/bug fixes just make a pull request. Try to make a single pull request for each change to make reviewing easier.
## Broad Tips
- avoid adding "sensitive" code, eg `eval(...)`, unless absolutely unavoidable
## Special Cases