1.8 KiB
1.8 KiB
Contributing to ipmi_exporter
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.
Submitting an issue
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.
Submitting a pull request
- Fork the repository.
- Create a topic branch.
- Implement your feature or bug fix.
- Unlike we did so far, maybe add tests and make sure that they completely cover your changes and potential edge cases.
- If there are tests now, run
go test
. If your tests fail, revise your code and tests, and rerungo test
until 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).