Contributing¶
Contributions are welcome, and they are greatly appreciated! Every little bit helps, and credit will always be given.
You can contribute in many ways:
- Report Bugs
- Fix Bugs
- Implement Features
- Write Documentation
- Submit Feedback
Get Started!¶
Ready to contribute? Here's how to set up gotpm for local development.
- Fork the
gotpmrepo on GitHub. - Clone your fork locally:
git clone git@github.com:<YOUR_GH_USER>/gotpm.git
- Create a branch for local development:
git checkout -b name-of-your-bugfix-or-feature
Now you can make your changes locally.
- When you're done making changes, check that your changes are formatted correctly and the tests are passing.
# format the code
make format
# run the tests
make test
- Commit your changes and push your branch to GitHub:
- Submit a pull request through the GitHub website.