From 473f86fcaaff975028d888b86416a2e3c03ac1fa Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Mon, 28 Aug 2023 19:46:45 +1000 Subject: [PATCH] Add instruction in PR template to start PRs with an imperative This spares me effort when it comes to making release notes. Yes, sometimes it may be easier to start a message without an imperative e.g. 'When X happens, do Y' but I don't want to overwhelm the contributor with details. --- .github/pull_request_template.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 6c6a32467..da1ffa5b7 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -8,3 +8,8 @@ * [ ] Text is internationalised (see [here](https://github.com/jesseduffield/lazygit/blob/master/CONTRIBUTING.md#internationalisation)) * [ ] Docs (specifically `docs/Config.md`) have been updated if necessary * [ ] You've read through your own file changes for silly mistakes etc + +