|
| 1 | +name: Feature Request |
| 2 | +description: Suggest a new feature or enhancement |
| 3 | +labels: ["enhancement", "triage"] |
| 4 | +body: |
| 5 | + - type: markdown |
| 6 | + attributes: |
| 7 | + value: | |
| 8 | + Thanks for suggesting a feature! Please describe what you'd like to see added. |
| 9 | +
|
| 10 | + - type: textarea |
| 11 | + id: use-case |
| 12 | + attributes: |
| 13 | + label: Use Case |
| 14 | + description: Describe your specific use case. What are you building? What's your goal? |
| 15 | + placeholder: | |
| 16 | + I'm building an AI agent that needs to... |
| 17 | + My application handles... |
| 18 | + validations: |
| 19 | + required: true |
| 20 | + |
| 21 | + - type: textarea |
| 22 | + id: problem |
| 23 | + attributes: |
| 24 | + label: Problem Statement |
| 25 | + description: What problem are you facing? What's missing or difficult today? |
| 26 | + placeholder: Currently I have to... which causes... |
| 27 | + validations: |
| 28 | + required: true |
| 29 | + |
| 30 | + - type: textarea |
| 31 | + id: benefit |
| 32 | + attributes: |
| 33 | + label: How This Feature Would Help |
| 34 | + description: Explain how this feature would improve your workflow or solve your problem |
| 35 | + placeholder: With this feature, I would be able to... |
| 36 | + validations: |
| 37 | + required: true |
| 38 | + |
| 39 | + - type: textarea |
| 40 | + id: solution |
| 41 | + attributes: |
| 42 | + label: Proposed Solution |
| 43 | + description: Describe your ideal solution (optional - we may have ideas too!) |
| 44 | + placeholder: It would be great if Hindsight could... |
| 45 | + validations: |
| 46 | + required: false |
| 47 | + |
| 48 | + - type: textarea |
| 49 | + id: alternatives |
| 50 | + attributes: |
| 51 | + label: Alternatives Considered |
| 52 | + description: Have you considered any alternative solutions or workarounds? |
| 53 | + validations: |
| 54 | + required: false |
| 55 | + |
| 56 | + - type: dropdown |
| 57 | + id: priority |
| 58 | + attributes: |
| 59 | + label: Priority |
| 60 | + description: How important is this feature to you? |
| 61 | + options: |
| 62 | + - Nice to have |
| 63 | + - Important - affects my workflow |
| 64 | + - Critical - blocking my use case |
| 65 | + validations: |
| 66 | + required: true |
| 67 | + |
| 68 | + - type: textarea |
| 69 | + id: additional |
| 70 | + attributes: |
| 71 | + label: Additional Context |
| 72 | + description: Any other context, mockups, or examples? |
| 73 | + validations: |
| 74 | + required: false |
| 75 | + |
| 76 | + - type: checkboxes |
| 77 | + id: checklist |
| 78 | + attributes: |
| 79 | + label: Checklist |
| 80 | + options: |
| 81 | + - label: I would be willing to contribute this feature |
| 82 | + required: false |
0 commit comments