flake8/.github/ISSUE_TEMPLATE/02_feature.yml
Anthony Sottile 9f2331cb0c
update feature issue form
- revert link back to the top level header
- add notices about not implementing any checks
2022-01-19 05:54:42 -08:00

23 lines
654 B
YAML

name: feature request
description: a new feature!
body:
- type: markdown
attributes:
value: >
Please read this brief portion of documentation before going any
further:
https://flake8.pycqa.org/en/latest/internal/contributing.html#filing-a-bug
- type: markdown
attributes:
value: **NOTE: flake8 is a linting framework and does not implement any checks**
- type: textarea
id: freeform
attributes:
label: describe the request
description: >
please describe your use case and why the current feature set does
not satisfy your needs
validations:
required: true