Thank you for considering contributing to Gogg. Contributions are always welcome and appreciated.
- Open an issue on the issue tracker.
- Include information like steps to reproduce, expected/actual behaviour, and relevant logs or screenshots.
- Open an issue on the issue tracker.
- Write a little about the feature, its purpose, and potential implementation ideas.
- Ensure all tests pass before submitting a pull request.
- Write a clear description of the changes you made and the reasons behind them.
Important
It's assumed that by submitting a pull request, you agree to license your contributions under the project's license.
- Use the
make format
command to format the code.
- Use the
make test
command to run the tests.
- Use the
make lint
command to run the linters.
- Run
make help
to see all available commands for managing different tasks.
We adhere to the Go Community Code of Conduct.