From 587f162c9d8843a41e92a9ff23dec603b63884b2 Mon Sep 17 00:00:00 2001 From: Clare Macrae Date: Sat, 22 Feb 2025 21:01:20 +0000 Subject: [PATCH] chore: Encourage issue Links when submitting Bug fix PRs --- .github/pull_request_template.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 2a5f2b3fcf..e232ddf1e5 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -10,6 +10,7 @@ Changes visible to users: - [ ] **Breaking change** (prefix: `feat!!` or `fix!!` - fix or feature that would cause existing functionality to not work as expected) - Issue/discussion: - [ ] **Bug fix** (prefix: `fix` - non-breaking change which fixes an issue) + - Issue/discussion: - [ ] **Translation** (prefix: `i18n` - additions or improvements to the translations - see [Support a new language](https://publish.obsidian.md/tasks-contributing/Translation/Support+a+new+language)) - [ ] **Documentation** (prefix: `docs` - improvements to any documentation content **for users**) - [ ] **Sample vault** (prefix: `vault` - improvements to the [Tasks-Demo sample vault](https://github.com/obsidian-tasks-group/obsidian-tasks/tree/main/resources/sample_vaults/Tasks-Demo))