github.com/goreleaser/goreleaser@v1.25.1/www/docs/cookbooks/contributing.md (about) 1 # How to add a new cookbook 2 3 1. Create a new markdown file inside `www/docs/cookbooks` with the content you want; 4 2. Add it to `www/mkdocs.yml`, under the `Cookbooks` section; 5 3. Open a pull request with these changes; 6 1. Please use the following commit message template: `docs: how to X` 7 4. You're done! Thanks for the contribution! 8 9 You can also test your changes locally by running `task docs:serve` and browsing 10 `http://localhost:8000`.