1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-04 03:11:55 +02:00

docs: fix cookbooks/contributing

This commit is contained in:
Carlos Alexandro Becker 2023-05-17 23:27:57 +00:00
parent 9fb855a204
commit 5c6a31c479
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -3,7 +3,8 @@
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!
1. Please use the following commit message template: `docs: how to X`
4. You're done! Thanks for the contribution!
You can also test your changes locally by running `make serve` and browsing `http://localhost:8000`.
You can also test your changes locally by running `task docs:serve` and browsing
`http://localhost:8000`.