Skip to content

Commit 5c238c4

Browse files
committed
CI: Improve pull request template
Trying to make it clearer that * testing locally is an option * DCO is required Signed-off-by: Jussi Kukkonen <[email protected]>
1 parent 1b03ac2 commit 5c238c4

1 file changed

Lines changed: 14 additions & 5 deletions

File tree

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,22 @@
1-
Please fill in the fields below to submit a pull request. The more information
2-
that is provided, the better.
1+
<!--
2+
Before Submitting a Pull request:
3+
* Please run linter and tests locally: `tox`
4+
* Ensure your commits are signed-off-by: Use `commit --signoff`
5+
* More information in [docs/CONTRIBUTING.rst]
36
4-
Fixes #<ISSUE NUMBER>
7+
Once commits are signed off and tests, describe the purpose and contents
8+
of the pull request below.
9+
-->
510

611
**Description of the changes being introduced by the pull request**:
712

8-
**Please verify and check that the pull request fulfills the following
9-
requirements**:
1013

14+
15+
16+
Fixes #<ISSUE NUMBER>
17+
18+
19+
<!-- Please check relevant options (you can remove the ones that do not apply) -->
1120
- [ ] The code follows the [Code Style Guidelines](https://github.com/secure-systems-lab/code-style-guidelines#code-style-guidelines)
1221
- [ ] Tests have been added for the bug fix or new feature
1322
- [ ] Docs have been added for the bug fix or new feature

0 commit comments

Comments
 (0)