docs: add ISSUE_TEMPLATE
This commit is contained in:
56
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
Normal file
56
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
Normal file
@@ -0,0 +1,56 @@
|
||||
name: 💡 Feature Request
|
||||
description: Suggest an idea for Conduit.
|
||||
title: '[FEAT] '
|
||||
labels: ['enhancement', 'triage']
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Thanks for suggesting a new feature! This helps make Conduit better.
|
||||
|
||||
Please provide as much detail as possible so I can understand what you're looking for.
|
||||
|
||||
- type: textarea
|
||||
id: feature-description
|
||||
attributes:
|
||||
label: What would you like?
|
||||
description: "A clear description of what you'd like to see added"
|
||||
placeholder: "Describe the feature you want..."
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
id: why-needed
|
||||
attributes:
|
||||
label: Why do you want this?
|
||||
description: "What problem would this solve, or what would it make better?"
|
||||
placeholder: "Explain why this feature would be useful..."
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: checkboxes
|
||||
id: platforms
|
||||
attributes:
|
||||
label: Which platforms?
|
||||
description: "Where should this feature work?"
|
||||
options:
|
||||
- label: "Android"
|
||||
- label: "iOS"
|
||||
|
||||
- type: textarea
|
||||
id: examples
|
||||
attributes:
|
||||
label: Examples
|
||||
description: "If you can, add a sketch, screenshot, or link to a similar feature in another app"
|
||||
placeholder: "Add examples, sketches, or links to similar features..."
|
||||
|
||||
- type: dropdown
|
||||
id: importance
|
||||
attributes:
|
||||
label: How important is this to you?
|
||||
description: "How much would this feature improve your experience?"
|
||||
options:
|
||||
- Nice to have
|
||||
- Would be useful
|
||||
- Really need this
|
||||
- Can't work without it
|
||||
Reference in New Issue
Block a user