We welcome contributions from Gophers. By participating in this project, you agree to abide by the Code of Conduct.
When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change.
To contribute to this project, follow these steps:
- Fork and clone the repository on GitHub.
- Create a new branch for your changes.
- Make your changes and commit them to your branch:
- Push your changes.and open a pull request with a clear title and description of your changes.
- Follow the existing code style and conventions.
- Write clear and concise code with meaningful comments when necessary.
- Run
gofmt
orgo fmt
to format your code before committing.
- Write tests for your changes and ensure they pass.
- Run the existing tests before committing.
- Update the documentation and readme to reflect any changes or additions.