Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 1.04 KB

CONTRIBUTING.md

File metadata and controls

19 lines (17 loc) · 1.04 KB

Submitting a Pull Request

  1. Check out Hacking on Force in the README guide for bootstrapping the project for local development
  2. Fork the repository.
  3. Create a topic branch.
  4. Implement your feature and make sure it is covered by appropriate tests
  5. Run go test and make sure all of the tests pass
  6. Add documentation for your feature or bug fix
  7. Run go fmt from the root of the project, to enforce style.
  8. Add, commit, and push your changes. Following this guide for commits and commit messages is very appreciated
  9. Submit a pull request. Please be specific with your message, detailing what the why/how of your contribution.
  10. Please expect and facilitate feedback and discussion :)