pwncat/.github/PULL_REQUEST_TEMPLATE/bug_fix.md

27 lines
656 B
Markdown
Raw Normal View History

2021-06-14 00:23:24 +00:00
---
name: Bug/Issue Fix
about: Merge changes to fix an outstanding bug/issue
title: "[FIX #XXX] "
labels: fix
assignees: ""
---
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.