In the spirit of free software, everyone is encouraged to help improve this project. Here are some ways that you can contribute:
- Use alpha, beta, and pre-released software versions.
- Report bugs.
- Suggest new features.
- Write or edit documentation.
- Write specifications.
- Write code; no patch is too small: fix typos, add comments, add tests, clean up inconsistent whitespace.
- Refactor code.
- Fix issues.
- Review patches.
We use the GitHub issue tracker to track bugs and features. Before you submit a bug report or feature request, check to make sure that it has not already been submitted. When you submit a bug report, include a Gist that includes a stack trace and any details that might be necessary to reproduce the bug.
- Fork the repository.
- Create a topic branch.
- Implement your feature or bug fix.
- When making code changes, ideally add tests and ensure that they completely cover your changes and potential edge cases.
- If there are pre-existing tests, run
go test. If tests fail, revise your code and tests, and repeatgo testuntil they pass. - Add documentation for your feature or bug fix in the code, documentation, or PR/commit message.
- Commit and push your changes.
- Submit a pull request that includes a link to the issues for which you are submitting a bug fix (if applicable).