Skip to content

Commit 449142a

Browse files
authored
Update PR template checklist
1 parent da85567 commit 449142a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
<!-- This is just a checklist to guide you. You can remove it safely. -->
1+
<!-- This is just a checklist to guide you. Please remove it if you check all items. -->
22

33
**Checklist:**
44

55
- [ ] If you are new to Scapy: I have checked [CONTRIBUTING.md](https://github.com/secdev/scapy/blob/master/CONTRIBUTING.md) (esp. section submitting-pull-requests)
66
- [ ] I squashed commits belonging together
77
- [ ] I added unit tests or explained why they are not relevant
8-
- [ ] I executed the regression tests (using `cd test && ./run_tests` or `tox`)
8+
- [ ] I executed the regression tests (using `tox`)
99
- [ ] If the PR is still not finished, please create a [Draft Pull Request](https://github.blog/2019-02-14-introducing-draft-pull-requests/)
1010

1111
<!-- brief description what this PR will do, e.g. fixes broken dissection of XXX -->

0 commit comments

Comments
 (0)