mirror of
https://github.com/block/goose.git
synced 2026-04-30 12:39:36 +00:00
add feature request templates (#1321)
This commit is contained in:
parent
939ed54975
commit
d0110e28a4
1 changed files with 22 additions and 0 deletions
22
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
22
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
---
|
||||
name: Feature request
|
||||
about: Suggest an idea for this project
|
||||
title: ''
|
||||
labels: 'enhancement'
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**Please explain the motivation behind the feature request.**
|
||||
Does this feature solve a particular problem you have been experiencing? What opportunities or use cases would be unlocked with this feature?
|
||||
|
||||
**Describe the solution you'd like**
|
||||
A clear and concise description of what you want to happen.
|
||||
|
||||
**Describe alternatives you've considered**
|
||||
A clear and concise description of any alternative solutions or features you've considered.
|
||||
|
||||
**Additional context**
|
||||
Add any other context or screenshots about the feature request here.
|
||||
|
||||
- [x] I have verified this does not duplicate an existing feature request
|
||||
Loading…
Add table
Add a link
Reference in a new issue