mirror of
https://github.com/google-ai-edge/gallery.git
synced 2025-07-13 01:42:00 -04:00
Create feature_request.yml
Creating feature request template for incoming issues
This commit is contained in:
parent
71e5e9da42
commit
ab5816d668
1 changed files with 22 additions and 0 deletions
22
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
Normal file
22
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
Normal file
|
@ -0,0 +1,22 @@
|
|||
name: Feature request
|
||||
description: Use this template to suggest a new feature
|
||||
labels: ["type:feature request"]
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: >
|
||||
- type: textarea
|
||||
id: description
|
||||
attributes:
|
||||
label: >
|
||||
Description of the feature request:
|
||||
- type: textarea
|
||||
id: behavior
|
||||
attributes:
|
||||
label: >
|
||||
What problem are you trying to solve with this feature?
|
||||
- type: textarea
|
||||
id: info
|
||||
attributes:
|
||||
label: >
|
||||
Any other information you'd like to share?
|
Loading…
Add table
Add a link
Reference in a new issue