From 94b98ecba3d6b0a16caa7bc8e95cc0294d217ebd Mon Sep 17 00:00:00 2001 From: Luca Zeuch Date: Tue, 23 Jan 2024 14:03:42 +0100 Subject: [PATCH] meta: add pull request template 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 --- .github/CONTRIBUTING.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index f0fff60..c2517a6 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -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: