mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-08 00:22:14 +01:00
1.1 KiB
1.1 KiB
Contributing
Hi! Thank you for considering contributing to Gotenberg. You'll find below useful information about how to contribute to the Gotenberg project.
Contributing code
Install from sources
- Install and run the latest version of Docker
- Verify your Go version (>= 1.12)
- Fork this repository
- Clone it outside of your
GOPATH(we're using Go modules)
Working with git
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new pull request
Testing
- Run all linters (
make lint) - 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!