Follow these guidelines if you'd like to contribute to the project!
Read through these guidelines before you get started:
If you have any questions about using or developing for this project, reach out to weeyin83 or send an email.
Submit an issue or pull request with a fix if you would like to contribute to the checklist.. See below for instructions on sending in pull requests.
Before you do anything, make sure you check the current list of pull requests to ensure you aren't duplicating anyone's work. Then, do the following:
- Fork the repository and make your changes in a git branch:
git checkout -b my-branch base-branch
- Read and follow the code style guidelines.
- Make sure your feature or fix doesn't break the project! Test thoroughly.
- Commit your changes, and be sure to leave a detailed commit message.
- Push your branch to your forked repo on GitHub:
git push origin my-branch
- Submit a pull request and hold tight!
- If any changes are requested by the project maintainers, make them and follow this process again until the changes are merged in.