You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/PULL_REQUEST_TEMPLATE.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff 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. -->
2
2
3
3
**Checklist:**
4
4
5
5
-[ ] 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)
6
6
-[ ] I squashed commits belonging together
7
7
-[ ] 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`)
9
9
-[ ] If the PR is still not finished, please create a [Draft Pull Request](https://github.blog/2019-02-14-introducing-draft-pull-requests/)
10
10
11
11
<!-- brief description what this PR will do, e.g. fixes broken dissection of XXX -->
0 commit comments