pwncat/.github/PULL_REQUEST_TEMPLATE/feature.md

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.