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 <git@herrmehren.de>
This commit is contained in:
David Mehren 2021-02-01 21:53:37 +01:00
parent 7de88a7946
commit 5660d73e15
No known key found for this signature in database
GPG key ID: 185982BA4C42B7C3

View file

@ -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)
<!-- e.g #123 -->