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
+9-5Lines changed: 9 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,24 +13,28 @@ Insert an "x" inside the brackets for relevant items (do not delete options)
13
13
-[ ] Deprecation of feature or functionality
14
14
-[ ] This change requires a documentation update
15
15
-[ ] This requires a third party update (such as Impacket, Dploot, lsassy, etc)
16
+
-[ ] This PR was created with the assistance of AI (list what type of assistance, tool(s)/model(s) in the description)
16
17
17
18
## Setup guide for the review
18
19
Please provide guidance on what setup is needed to test the introduced changes, such as your locally running machine Python version & OS, as well as the target(s) you tested against, including software versions.
19
20
In particular:
20
21
- Bug Fix: Please provide a short description on how to trigger the bug, to make the bug reproducable for the reviewer.
21
-
- Added Feature/Enhancement: Please specify what setup is needed in order to test the changes. E.g. is additional software needed? GPO changes required? Specific registry settings that need to be changed?
22
+
- Added Feature/Enhancement: Please specify what setup is needed in order to test the changes, such as:
23
+
- Is additional software needed?
24
+
- GPO changes required?
25
+
- Specific registry settings that need to be changed?
22
26
23
27
## Screenshots (if appropriate):
24
28
Screenshots are always nice to have and can give a visual representation of the change.
25
-
If appropriate include before and after screenshot(s) to show which results are to be expected.
29
+
If appropriate, include before and after screenshot(s) to show which results are to be expected.
26
30
27
31
## Checklist:
28
32
Insert an "x" inside the brackets for completed and relevant items (do not delete options)
29
33
30
-
-[ ] I have ran Ruff against my changes (via poetry: `poetry run python -m ruff check . --preview`, use `--fix` to automatically fix what it can)
34
+
-[ ] I have ran Ruff against my changes (poetry: `poetry run ruff check .`, use `--fix` to automatically fix what it can)
31
35
-[ ] I have added or updated the `tests/e2e_commands.txt` file if necessary (new modules or features are _required_ to be added to the e2e tests)
32
-
-[ ] New and existing e2e tests pass locally with my changes
33
36
-[ ] If reliant on changes of third party dependencies, such as Impacket, dploot, lsassy, etc, I have linked the relevant PRs in those projects
34
-
-[ ] I have performed a self-review of my own code
37
+
-[ ] I have linked relevant sources that describes the added technique (blog posts, documentation, etc)
38
+
-[ ] I have performed a self-review of my own code (_not_ an AI review)
35
39
-[ ] I have commented my code, particularly in hard-to-understand areas
36
40
-[ ] I have made corresponding changes to the documentation (PR here: https://github.com/Pennyw0rth/NetExec-Wiki)
body: `<!-- pr-template-check -->\nIt looks like the PR template may not have been filled out. The following sections appear to be missing:\n\n${missing}\n\nPlease edit your PR description to include them. The template helps reviewers understand and test your changes. Thanks!`
0 commit comments