mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-13 08:04:18 +00:00
switch from issue templates to issue forms
This commit is contained in:
parent
ed77e4b770
commit
0bdf9ddf45
4 changed files with 116 additions and 33 deletions
19
.github/ISSUE_TEMPLATE/02_feature.yml
vendored
Normal file
19
.github/ISSUE_TEMPLATE/02_feature.yml
vendored
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
name: feature request
|
||||
description: a new feature!
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: >
|
||||
Please read this brief portion of documentation before going any
|
||||
further:
|
||||
http://flake8.pycqa.org/en/latest/internal/contributing.html#filing-a-bug
|
||||
|
||||
- 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue