mirror of
https://github.com/calebstewart/pwncat.git
synced 2024-12-02 21:34:15 +01:00
23 lines
665 B
Markdown
23 lines
665 B
Markdown
---
|
|
name: Feature Implementation
|
|
about: Merge changes to add a new feature
|
|
title: "[FEATURE] "
|
|
labels: enhancement
|
|
assignees: ""
|
|
---
|
|
|
|
Describe the changes you've made and how they improve the framework.
|
|
|
|
Changes proposed in this pull request:
|
|
- Enumerate high-level changes made to the framework here.
|
|
- Thinkg about how this change/feature changes the API or usage.
|
|
|
|
**note - remove following before post submitting, please :)**
|
|
|
|
The following should be completed before opening a pull request:
|
|
|
|
- `isort` any modified files.
|
|
- `black` format any modified files
|
|
- Correct any outstanding `flake8` errors.
|
|
- Note any `noqa:` comments needed to appease flake above.
|