hedgedoc/.github/pull_request_template.md
David Mehren 7efd73e02f
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>
2021-02-01 21:53:37 +01:00

20 lines
599 B
Markdown

### Component/Part
<!-- e.g database -->
### Description
This PR fixes/adds/improves/...
### Steps
<!-- Please tick all steps this PR performs (if something is not necessary, please remove it) -->
- [ ] Added implementation
- [ ] Added / updated tests
- [ ] Added / updated documentation
- [ ] I read the [contribution documentation](https://github.com/hedgedoc/hedgedoc/blob/develop/CONTRIBUTING.md) and
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 -->