summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorPhilip Molares2020-11-21 12:05:53 +0100
committerPhilip Molares2020-11-21 12:08:47 +0100
commit54fa38034b92facb6cb14ee4c949481eb9fcefbb (patch)
treeb19e36d60b7878289ff4fa6676debbae4b588321 /.github
parent8dfe4d4a26fffa40842fb34801f0e4262fdf7278 (diff)
Update .github/pull_request_template.md
Co-authored-by: David Mehren <git@herrmehren.de> Signed-off-by: Philip Molares <philip.molares@udo.edu>
Diffstat (limited to '.github')
-rw-r--r--.github/pull_request_template.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
index 73c0d6c0..5795fbcc 100644
--- a/.github/pull_request_template.md
+++ b/.github/pull_request_template.md
@@ -9,7 +9,7 @@ This PR fixes/adds/improves/...
<!-- Please tick all steps this PR performs (if something is not necessary, please remove it) -->
- [ ] Added implementation
-- [ ] added / updated tests
+- [ ] Added / updated tests
- [ ] added / updated documentation
- [ ] extended changelog
- [ ] I read the `CONTRIBUTING.md` and signed-off my commits to accept the DCO.