Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
- [ ] I added unit tests or explained why they are not relevant
- [ ] I executed the regression tests (using `tox`)
- [ ] If the PR is still not finished, please create a [Draft Pull Request](https://github.blog/2019-02-14-introducing-draft-pull-requests/)
- [ ] This PR uses (partially) AI-generated code: Yes/No
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would even go further.

If yes:

  • I ensured the generated code follows the internal concepts of scapy
  • This PR has a test coverage > 90%
  • I reviewed every generated line
  • If this PR contains more than 500 lines of code (excluding unit tests) I considered splitting this PR.
  • I considered interoperability tests with existing packages or utilities to ensure conformity of a newly generated protocol


**Failing to mention the use of AI may result in a ban. We do not forbid it, but you must play fair. Be warned !**

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

Expand Down
Loading