From 5660d73e15a023a54e8b841c757d60457fe11603 Mon Sep 17 00:00:00 2001 From: David Mehren Date: Mon, 1 Feb 2021 21:53:37 +0100 Subject: [PATCH] Expand PR template with hint about branches Add a sub-step to the PR template to remind the user to use the correct branch. Signed-off-by: David Mehren --- .github/pull_request_template.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index bc03d58c8..ad221c30c 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -12,7 +12,9 @@ This PR fixes/adds/improves/... - [ ] Added / updated tests - [ ] Added / updated documentation - [ ] I read the [contribution documentation](https://github.com/hedgedoc/hedgedoc/blob/develop/CONTRIBUTING.md) and - signed-off my commits to accept the DCO. + made sure that: + - My commits are signed-off to accept the DCO. + - This PR targets the correct branch: `master` for 1.x & docs, `develop` for 2.x ### Related Issue(s)