27 lines
656 B
Markdown
27 lines
656 B
Markdown
|
---
|
||
|
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.
|