switch from issue templates to issue forms

This commit is contained in:
Anthony Sottile 2022-01-17 16:03:52 -05:00
parent ed77e4b770
commit 0bdf9ddf45
4 changed files with 116 additions and 33 deletions

19
.github/ISSUE_TEMPLATE/02_feature.yml vendored Normal file
View 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