From f27a767c391cdca7e1cfd7e072a665255e3fce7d Mon Sep 17 00:00:00 2001 From: vgaidarji Date: Fri, 27 Mar 2020 13:07:07 +0200 Subject: [PATCH] Mention release drafter labels in PR template checklist It's important to set proper labels for PRs so that later on when new release will be prepared, release drafter plugin could generate concise release notes. --- .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 a53d06aa..b9fa5834 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -32,6 +32,7 @@ Before | After - [ ] Git commits follow [best practices](https://chris.beams.io/posts/git-commit/) - [ ] Build passes in Jenkins - [ ] Appropriate tests or explanation to why this change has no tests +- [ ] Pull Request is marked with appropriate label (see `.github/release-drafter.yml`) - [ ] JIRA issue is well described (problem explanation, steps to reproduce, screenshots) - [ ] For dependency updates: links to external changelogs and, if possible, full diffs