diff options
author | Yannick Bungers | 2020-11-21 18:29:22 +0100 |
---|---|---|
committer | GitHub | 2020-11-21 18:29:22 +0100 |
commit | 929d4af2b5f9564c16074f4425a1ff693300f04e (patch) | |
tree | 29093b3ed8355f100dedc93b82121638480e6866 | |
parent | 3a70f3e32afa1c04d5d6d8f6bec4893a2c5cdcd1 (diff) | |
parent | c7def38ba4fb4b5bcbee5a75f3f38d9f0f6e6a02 (diff) |
Merge pull request #594 from hedgedoc/fix/pr_template
updated PR Template
-rw-r--r-- | .github/pull_request_template.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index fbc61e54..b5e478cf 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -6,12 +6,12 @@ This PR fixes/adds/improves/... ### Steps -<!-- please tick steps this PR performs (if something is not necessary, please tick anyway to indicate you considered it) --> +<!-- Please tick all steps this PR performs (if something is not necessary, please remove it) --> -- [ ] added implementation -- [ ] added / updated tests -- [ ] added / updated documentation -- [ ] extended changelog +- [ ] Added implementation +- [ ] Added / updated tests +- [ ] Added / updated documentation +- [ ] I read the [contribution documentation](https://github.com/hedgedoc/hedgedoc/blob/master/CONTRIBUTING.md) and signed-off my commits to accept the DCO. ### Related Issue(s) <!-- e.g #123 --> |