docs: add ISSUE_TEMPLATE

This commit is contained in:
cogwheel0
2025-08-27 22:09:01 +05:30
parent 2b3b7d50d8
commit c0b982d9a9
3 changed files with 168 additions and 0 deletions

View 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