Skip to content

Commit

Permalink
Mention release drafter labels in PR template checklist
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
vgaidarji committed Mar 27, 2020
1 parent 676755d commit f27a767
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Before | After
- [ ] Git commits follow [best practices](https://chris.beams.io/posts/git-commit/) <!-- mandatory -->
- [ ] Build passes in Jenkins <!-- mandatory -->
- [ ] Appropriate tests or explanation to why this change has no tests <!-- mandatory -->
- [ ] Pull Request is marked with appropriate label (see `.github/release-drafter.yml`) <!-- mandatory -->
- [ ] JIRA issue is well described (problem explanation, steps to reproduce, screenshots) <!-- optional -->
- [ ] For dependency updates: links to external changelogs and, if possible, full diffs

0 comments on commit f27a767

Please sign in to comment.