|
| 1 | +name: ✨ Feature Request |
| 2 | +description: Suggest a new feature or enhancement for Todo for AI |
| 3 | +title: "[Feature]: " |
| 4 | +labels: ["enhancement", "triage"] |
| 5 | +assignees: [] |
| 6 | + |
| 7 | +body: |
| 8 | + - type: markdown |
| 9 | + attributes: |
| 10 | + value: | |
| 11 | + Thank you for suggesting a new feature! Please fill out the form below to help us understand your request. |
| 12 | +
|
| 13 | + - type: checkboxes |
| 14 | + id: checklist |
| 15 | + attributes: |
| 16 | + label: Pre-submission Checklist |
| 17 | + description: Please check the following before submitting your feature request |
| 18 | + options: |
| 19 | + - label: I have searched existing issues to ensure this feature hasn't been requested already |
| 20 | + required: true |
| 21 | + - label: I have read the [roadmap](https://github.com/todo-for-ai/todo-for-ai/projects) to see if this feature is already planned |
| 22 | + required: true |
| 23 | + - label: This feature would benefit the broader Todo for AI community |
| 24 | + required: false |
| 25 | + |
| 26 | + - type: textarea |
| 27 | + id: problem |
| 28 | + attributes: |
| 29 | + label: Problem Statement |
| 30 | + description: What problem does this feature solve? What pain point are you experiencing? |
| 31 | + placeholder: Describe the problem or need this feature would address... |
| 32 | + validations: |
| 33 | + required: true |
| 34 | + |
| 35 | + - type: textarea |
| 36 | + id: solution |
| 37 | + attributes: |
| 38 | + label: Proposed Solution |
| 39 | + description: Describe the solution you'd like to see implemented |
| 40 | + placeholder: Describe your proposed solution... |
| 41 | + validations: |
| 42 | + required: true |
| 43 | + |
| 44 | + - type: dropdown |
| 45 | + id: component |
| 46 | + attributes: |
| 47 | + label: Component |
| 48 | + description: Which component would this feature affect? |
| 49 | + options: |
| 50 | + - Frontend (Web UI) |
| 51 | + - Backend (API Server) |
| 52 | + - MCP Server |
| 53 | + - AI Integration |
| 54 | + - Documentation |
| 55 | + - DevOps/Deployment |
| 56 | + - Multiple Components |
| 57 | + - Other |
| 58 | + validations: |
| 59 | + required: true |
| 60 | + |
| 61 | + - type: dropdown |
| 62 | + id: priority |
| 63 | + attributes: |
| 64 | + label: Priority |
| 65 | + description: How important is this feature to you? |
| 66 | + options: |
| 67 | + - Critical (Blocking my use of the product) |
| 68 | + - High (Would significantly improve my workflow) |
| 69 | + - Medium (Nice to have) |
| 70 | + - Low (Minor improvement) |
| 71 | + validations: |
| 72 | + required: true |
| 73 | + |
| 74 | + - type: textarea |
| 75 | + id: alternatives |
| 76 | + attributes: |
| 77 | + label: Alternatives Considered |
| 78 | + description: What alternatives have you considered? Are there workarounds? |
| 79 | + placeholder: Describe alternative solutions you've considered... |
| 80 | + |
| 81 | + - type: textarea |
| 82 | + id: use-cases |
| 83 | + attributes: |
| 84 | + label: Use Cases |
| 85 | + description: Describe specific use cases where this feature would be valuable |
| 86 | + placeholder: | |
| 87 | + 1. As a [user type], I want to [action] so that [benefit] |
| 88 | + 2. When [scenario], this feature would help by [benefit] |
| 89 | + 3. ... |
| 90 | +
|
| 91 | + - type: textarea |
| 92 | + id: mockups |
| 93 | + attributes: |
| 94 | + label: Mockups/Examples |
| 95 | + description: If applicable, add mockups, wireframes, or examples from other tools |
| 96 | + placeholder: Drag and drop images here or paste URLs to examples |
| 97 | + |
| 98 | + - type: checkboxes |
| 99 | + id: implementation |
| 100 | + attributes: |
| 101 | + label: Implementation Considerations |
| 102 | + description: Check any that apply to your feature request |
| 103 | + options: |
| 104 | + - label: This feature should work with AI assistants (MCP integration) |
| 105 | + - label: This feature requires database changes |
| 106 | + - label: This feature affects the API |
| 107 | + - label: This feature requires new UI components |
| 108 | + - label: This feature might have security implications |
| 109 | + - label: This feature should be configurable/optional |
| 110 | + |
| 111 | + - type: textarea |
| 112 | + id: technical |
| 113 | + attributes: |
| 114 | + label: Technical Details |
| 115 | + description: Any technical considerations or implementation ideas |
| 116 | + placeholder: Share any technical thoughts or implementation suggestions... |
| 117 | + |
| 118 | + - type: checkboxes |
| 119 | + id: contribution |
| 120 | + attributes: |
| 121 | + label: Contribution |
| 122 | + description: Would you be interested in contributing to this feature? |
| 123 | + options: |
| 124 | + - label: I would be willing to help implement this feature |
| 125 | + - label: I would be willing to test this feature |
| 126 | + - label: I would be willing to help with documentation |
| 127 | + |
| 128 | + - type: textarea |
| 129 | + id: additional |
| 130 | + attributes: |
| 131 | + label: Additional Context |
| 132 | + description: Add any other context, links, or information about the feature request |
| 133 | + placeholder: Any additional information that might be helpful... |
0 commit comments