1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-02-09 13:36:56 +02:00

docs: improved contributing

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
This commit is contained in:
Carlos Alexandro Becker 2020-09-23 21:34:45 -03:00
parent 9e4d345d25
commit 4fa87989a6

View File

@ -3,6 +3,7 @@
1. Create a new markdown file inside `www/docs/cookbooks` with the content you want;
2. Add it to `www/mkdocs.yml`, under the `Cookbooks` section;
3. Open a pull request with these changes;
1. Please use the following commit message template `docs: how to X`
4. That's it!
You can also test your changes locally by running `make serve` and browsing `http://localhost:8000`.