diff options
author | Philip Molares | 2020-11-20 22:14:18 +0100 |
---|---|---|
committer | Philip Molares | 2020-11-20 22:14:18 +0100 |
commit | 9ae7ed611f74ee701c243dbad3376a1329c7e0e2 (patch) | |
tree | a231f7d94b91aae5e5a23d4a2f50c67acea92a34 | |
parent | 3a70f3e32afa1c04d5d6d8f6bec4893a2c5cdcd1 (diff) |
changed PR Template to indicate DCO and change handling of unnecessary checkboxes.
Signed-off-by: Philip Molares <philip.molares@udo.edu>
Diffstat (limited to '')
-rw-r--r-- | .github/pull_request_template.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index fbc61e54..29e686b4 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -6,12 +6,13 @@ 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 steps this PR performs (if something is not necessary, please remove it) --> - [ ] added implementation - [ ] added / updated tests - [ ] added / updated documentation - [ ] extended changelog +- [ ] I read the `CONTRIBUTING.md` and signed-off my commits to accept the DCO. ### Related Issue(s) <!-- e.g #123 --> |