Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.01 KB

CONTRIBUTING.md

File metadata and controls

24 lines (17 loc) · 1.01 KB

Contributing to the Justgo Microservice

Contributions are always welcome, no matter how large or small. Substantial feature requests should be proposed as an RFC. Before contributing, please read the code of conduct.

Setup

The only requirement for running this project is a properly set-up Docker environment and (optionally) GNU make. You can also run commands in the Makefile manually (they are simple), if you don't have make.

Pull Requests

We actively welcome your pull requests.

  1. Create an Issue or RFC for your contribution.
  2. Fork the repo and create your branch from master.
  3. If you've added code that should be tested, add tests.
  4. Update the documentation.
  5. Ensure the test suite passes.
  6. Run gofmt and goimports.

License

By contributing to Justgo, you agree that your contributions will be licensed under its MIT license.