This document has been shamelessly stolen from Adam Cook, thanks Adam ;)
Kindly adhere to the principles detailed in this document while contributing.
This project attempts to adhere to SemVer.
Raise issues and bug reports with regards to this product in the Issues tab of this project. If an issue exists that might have something to do with yours, e.g., is the basis for something your are requesting, please link this issue to yours.
Provide as much detail as possible. Spare no detail when it comes to logs, console output, or screenshots.
If you're interested in fixing an issue in this project, firstly, thank you!
- Contact or discussion ahead of your contribution is encouraged, even if it is just to soundboard.
- Fork the repository and create a branch off of
main
. - If you're creating a new feature, name your branch
feature/<AppropriateDescription>
. If you're fixing a bug, name your branchfix/<AppropriateDescription>
. - Write your code
- Make sure you have pushed your commits to your new branch and then create a pull request