mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-17 04:32:15 +01:00
improving contributing doc
This commit is contained in:
7
.github/CONTRIBUTING.md
vendored
7
.github/CONTRIBUTING.md
vendored
@@ -1,6 +1,6 @@
|
|||||||
# Contributing
|
# Contributing
|
||||||
|
|
||||||
Hi! Thank your for considering contributing to Gotenberg. You'll
|
Hi! Thank you for considering contributing to Gotenberg. You'll
|
||||||
find below useful information about how to contribute to the Gotenberg project.
|
find below useful information about how to contribute to the Gotenberg project.
|
||||||
|
|
||||||
## Contributing code
|
## Contributing code
|
||||||
@@ -8,8 +8,9 @@ find below useful information about how to contribute to the Gotenberg project.
|
|||||||
### Install from sources
|
### Install from sources
|
||||||
|
|
||||||
1. Install and run the latest version of Docker
|
1. Install and run the latest version of Docker
|
||||||
2. Fork this repository
|
2. Verify your Go version (>= 1.11)
|
||||||
3. Clone it to your local Go environment (requires *Go* >= 1.11)
|
3. Fork this repository
|
||||||
|
4. Clone it outside of your `GOPATH` (we're using Go modules)
|
||||||
|
|
||||||
### Working with git
|
### Working with git
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user