First off, thank you for considering contributing to go-wsstat. Before creating bug reports or submitting code, please check the GitHub issues. When you are creating a bug report, please include as many details as possible.
If you have a proposal for a code change or a new feature, feel free to create a pull request:
- Fork the repository and create your branch from
main
. - If you've added code that should be tested, make sure to include tests.
- Ensure the test suite passes,
make test
. - Make sure your code lints.
- Issue your pull request.
By contributing to go-wsstat, you agree that your contributions will be licensed under its MIT License.
Feel free to contact me if you have any questions about the project or about contributing.