Skip to content

Commit d0bbf40

Browse files
committed
Update checklist section
1 parent 1106f8e commit d0bbf40

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ If appropriate include before and after screenshot(s) to show which results are
2626
## Checklist:
2727
Insert an "x" inside the brackets for completed and relevant items (do not delete options)
2828

29-
- [ ] I have ran Ruff against my changes (via poetry: `poetry run python -m ruff check . --preview`, use `--fix` to automatically fix what it can)
29+
- [ ] I have ran Ruff against my changes (poetry: `poetry run ruff check .`, use `--fix` to automatically fix what it can)
3030
- [ ] 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)
31-
- [ ] New and existing e2e tests pass locally with my changes
3231
- [ ] If reliant on changes of third party dependencies, such as Impacket, dploot, lsassy, etc, I have linked the relevant PRs in those projects
32+
- [ ] I have linked relevant sources that describes the added technique (blog posts, documentation, etc)
3333
- [ ] I have performed a self-review of my own code
3434
- [ ] I have commented my code, particularly in hard-to-understand areas
3535
- [ ] I have made corresponding changes to the documentation (PR here: https://github.com/Pennyw0rth/NetExec-Wiki)

0 commit comments

Comments
 (0)