|
| 1 | +name: ✨ Feature Request |
| 2 | +description: Propose an idea or improvement for cursor whisper |
| 3 | +title: '<YOUR TITLE HERE>' |
| 4 | +labels: ['enhancement', 'feature', 'priority: low'] |
| 5 | +body: |
| 6 | + - type: checkboxes |
| 7 | + attributes: |
| 8 | + label: Is there an existing issue or feature request for this? |
| 9 | + description: | |
| 10 | + Please search to see if an issue or feature request already exists for what you are proposing. |
| 11 | + options: |
| 12 | + - label: I have searched the existing issues and feature requests. |
| 13 | + required: true |
| 14 | + |
| 15 | + - type: markdown |
| 16 | + attributes: |
| 17 | + value: | |
| 18 | + --- |
| 19 | +
|
| 20 | + - type: dropdown |
| 21 | + id: feature_scope |
| 22 | + attributes: |
| 23 | + label: What area does this improvement affect? |
| 24 | + multiple: false |
| 25 | + options: |
| 26 | + - User Interface |
| 27 | + - Performance |
| 28 | + - New Feature |
| 29 | + - Documentation |
| 30 | + - Other |
| 31 | + |
| 32 | + - type: dropdown |
| 33 | + id: feature_actions |
| 34 | + attributes: |
| 35 | + label: What actions does this improvement affect? |
| 36 | + multiple: true |
| 37 | + options: |
| 38 | + - Issue |
| 39 | + - Pull Request |
| 40 | + - Commit |
| 41 | + |
| 42 | + - type: markdown |
| 43 | + attributes: |
| 44 | + value: | |
| 45 | + --- |
| 46 | +
|
| 47 | + - type: textarea |
| 48 | + attributes: |
| 49 | + label: Description of the idea or improvement |
| 50 | + description: | |
| 51 | + Describe your proposed idea or improvement in detail. Explain what you |
| 52 | + would like to see and why it matters. |
| 53 | + validations: |
| 54 | + required: true |
| 55 | + |
| 56 | + - type: textarea |
| 57 | + attributes: |
| 58 | + label: Current limitations or challenges |
| 59 | + description: | |
| 60 | + Explain what problems or challenges this improvement would address. |
| 61 | + Why is the current functionality insufficient? |
| 62 | + validations: |
| 63 | + required: true |
| 64 | + |
| 65 | + - type: markdown |
| 66 | + attributes: |
| 67 | + value: | |
| 68 | + --- |
| 69 | +
|
| 70 | + - type: textarea |
| 71 | + attributes: |
| 72 | + label: Expected impact |
| 73 | + description: | |
| 74 | + Describe how this improvement would benefit users or developers. |
| 75 | + Include specific scenarios or use cases where this would make a difference. |
| 76 | + validations: |
| 77 | + required: true |
| 78 | + |
| 79 | + - type: textarea |
| 80 | + attributes: |
| 81 | + label: Alternatives considered |
| 82 | + description: | |
| 83 | + If you have considered alternative solutions or approaches, describe them here. |
| 84 | + Why do you think your proposal is the best option? |
| 85 | + validations: |
| 86 | + required: false |
| 87 | + |
| 88 | + - type: markdown |
| 89 | + attributes: |
| 90 | + value: | |
| 91 | + --- |
| 92 | +
|
| 93 | + - type: input |
| 94 | + attributes: |
| 95 | + label: Version of cursor whisper |
| 96 | + description: | |
| 97 | + What version of cursor whisper are you using, or does this proposal apply to all versions? |
| 98 | + placeholder: 'master' |
| 99 | + validations: |
| 100 | + required: false |
| 101 | + |
| 102 | + - type: markdown |
| 103 | + attributes: |
| 104 | + value: | |
| 105 | + --- |
| 106 | +
|
| 107 | + - type: textarea |
| 108 | + id: comments |
| 109 | + attributes: |
| 110 | + label: Additional context or comments |
| 111 | + description: | |
| 112 | + Add any additional context, screenshots, or examples that may help us |
| 113 | + understand your proposal better. |
0 commit comments