1
0
mirror of https://github.com/calebstewart/pwncat.git synced 2024-11-24 09:35:39 +01:00
pwncat/.github/PULL_REQUEST_TEMPLATE/feature.md
2021-06-13 20:23:24 -04:00

665 B

name about title labels assignees
Feature Implementation Merge changes to add a new feature [FEATURE] enhancement

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.