Files
gotenberg/.github/CONTRIBUTING.md
Julien Neuhart 495203c112 v3.0.0 (#18)
2018-12-10 16:09:19 +01:00

1.0 KiB

Contributing

Hi! Thank your for considering contributing to Gotenberg. You'll find below useful information about how to contribute to the Gotenberg project.

Contributing code

Install from sources

  1. Install and run the latest version of Docker
  2. Fork this repository
  3. Clone it to your local Go environment (requires Go >= 1.11)

Working with git

  1. Create your feature branch (git checkout -b my-new-feature)
  2. Commit your changes (git commit -am 'Add some feature')
  3. Push to the branch (git push origin my-new-feature)
  4. Create a new pull request

Testing

  1. Run all linters (make lint)
  2. Run all tests (make tests)

Reporting bugs and feature request

Your issue or feature request may already be reported! Please search on the issue tracker before creating one.

If you do not find any relevant issue or feature request, feel free to add a new one!

Additional resources