github.com/joselitofilho/goreleaser@v0.155.1-0.20210123221854-e4891856c593/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. That's it!
     8  
     9  You can also test your changes locally by running `make serve` and browsing `http://localhost:8000`.