As stated in the README, any and all help is very much appreciated. Please follow the below Style Standards
These are in no particular order
- Comment thoroughly
- Make sure to error-check liberally (especially on user input)
- Handle edge-cases appropriately
- Use
\* */
commenting above function definitions - Use tabs, not spaces
- Place two empty lines between function definitions
- Generally, try to keep commit messages short, but descriptive (if in doubt, follow this and this).
- Don't commit/push tiny additions unless absolutely necessary –– it just clutters the commit history
- Make branches for larger additions
- Create issues thoroughly (we can't fix anything if we don't know what to work on)
- Read and contriubte to documentation