neoneo-go/CONTRIBUTING.md
2020-03-03 17:21:42 +03:00

823 B

Contributing

First, thank you for contributing! We love and encourage pull requests from everyone. Please follow the guidelines:

  1. Check the open issues and pull requests for existing discussions.
  2. Open an issue first, to discuss a new feature or enhancement.
  3. Write tests, and make sure the test suite passes locally and on CI.
  4. Open a pull request, and reference the relevant issue(s).
  5. 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').
  6. After receiving feedback, amend your commits or add new ones as appropriate.
  7. Have fun!