forked from TrueCloudLab/neoneo-go
4e077838a2
See #298 for example.
826 B
826 B
Contributing
First, thank you for contributing! We love and encourage pull requests from everyone. Please follow the guidelines:
- Check the open issues and pull requests for existing discussions.
- Open an issue first, to discuss a new feature or enhancement.
- Write tests, and make sure the test suite passes locally and on CI.
- Open a pull request, and reference the relevant issue(s).
- Make sure your commits are logically separated and have good comments explaining the details of your change. Add a package/file prefix to your commit if that's applicable (like 'vm: fix ADD miscalculation on full moon').
- After receiving feedback, amend your commits or add new ones as appropriate.
- Have fun!