diff options
author | Philip Molares | 2020-11-21 12:05:53 +0100 |
---|---|---|
committer | Philip Molares | 2020-11-21 12:08:47 +0100 |
commit | 54fa38034b92facb6cb14ee4c949481eb9fcefbb (patch) | |
tree | b19e36d60b7878289ff4fa6676debbae4b588321 | |
parent | 8dfe4d4a26fffa40842fb34801f0e4262fdf7278 (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 '')
-rw-r--r-- | .github/pull_request_template.md | 2 |
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. |