pwncat/.github/PULL_REQUEST_TEMPLATE/bug_fix.md

656 B

name about title labels assignees
Bug/Issue Fix Merge changes to fix an outstanding bug/issue [FIX #XXX] fix

Fixes #.

Changes proposed in this pull request:

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 need in your PR to appease flake.

Include a description of your fix in the body, and enumerate any changes which could have external consequences/sid-effects. Think about things like API or usage changes.