mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-29 06:15:29 -04:00
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:
parent
90674fb80e
commit
7efd73e02f
1 changed files with 3 additions and 1 deletions
4
.github/pull_request_template.md
vendored
4
.github/pull_request_template.md
vendored
|
@ -12,7 +12,9 @@ This PR fixes/adds/improves/...
|
||||||
- [ ] Added / updated tests
|
- [ ] Added / updated tests
|
||||||
- [ ] Added / updated documentation
|
- [ ] Added / updated documentation
|
||||||
- [ ] I read the [contribution documentation](https://github.com/hedgedoc/hedgedoc/blob/develop/CONTRIBUTING.md) and
|
- [ ] 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)
|
### Related Issue(s)
|
||||||
<!-- e.g #123 -->
|
<!-- e.g #123 -->
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue