hedgedoc/.github/pull_request_template.md
David Mehren 7de9275f4b
Port over PR template from master
Signed-off-by: David Mehren <git@herrmehren.de>
2021-08-19 19:55:09 +02:00

21 lines
629 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
- [ ] Added changelog snippet
- [ ] 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 -->