Skip to content

Commit

Permalink
meta: add pull request template
Browse files Browse the repository at this point in the history
Add a basic pull request template, linking once more to the contributing
guidelines.
Mention said template in our contributing guide.

The template is deliberately simple and lean. Assuming properly
formatted commit messages, GitHub should automatically fill in the
template with said message, minus some potential reordering thereof.

Signed-off-by: Luca Zeuch <[email protected]>
  • Loading branch information
l-zeuch committed Jan 23, 2024
1 parent d6a0889 commit 94b98ec
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ feel free to open an issue clearly outlining what is wrong about it and consider
5. Make your changes, ensuring that the page still builds in release mode via `hugo`. You may need to run `hugo mod
vendor` prior to that.
6. Commit your changes using a descriptive commit message following our [commit message conventions](#commit)
6. Commit your changes using a descriptive commit message following our [commit message conventions](#commit). As a nice
bonus, GitHub should automatically fill in the [pull request template](PULL_REQUEST_TEMPLATE.md) with your formatted
message, saving you some work.
7. Push your branch to GitHub:
Expand Down

0 comments on commit 94b98ec

Please sign in to comment.