|
| 1 | +name: ✨ Feature Request |
| 2 | +description: Suggest a new feature or enhancement |
| 3 | +title: "[Feature]: " |
| 4 | +labels: ["enhancement", "needs-triage"] |
| 5 | +assignees: [] |
| 6 | + |
| 7 | +body: |
| 8 | + - type: markdown |
| 9 | + attributes: |
| 10 | + value: | |
| 11 | + # ✨ Feature Request |
| 12 | +
|
| 13 | + Thank you for suggesting a new feature! Your ideas help make Export Trakt 4 Letterboxd better. |
| 14 | +
|
| 15 | + Please provide as much detail as possible to help us understand your suggestion. |
| 16 | +
|
| 17 | + - type: checkboxes |
| 18 | + id: confirm |
| 19 | + attributes: |
| 20 | + label: Preliminary Checks |
| 21 | + description: Please confirm these steps before submitting |
| 22 | + options: |
| 23 | + - label: I have searched existing issues and discussions to avoid duplicates |
| 24 | + required: true |
| 25 | + - label: I have read the [documentation](https://github.com/JohanDevl/Export_Trakt_4_Letterboxd/wiki) and [roadmap](https://github.com/JohanDevl/Export_Trakt_4_Letterboxd/projects) |
| 26 | + required: true |
| 27 | + - label: This feature request is related to Export Trakt 4 Letterboxd |
| 28 | + required: true |
| 29 | + |
| 30 | + - type: dropdown |
| 31 | + id: type |
| 32 | + attributes: |
| 33 | + label: Feature Type |
| 34 | + description: What type of feature is this? |
| 35 | + options: |
| 36 | + - New export format/destination |
| 37 | + - CLI enhancement |
| 38 | + - Docker/deployment improvement |
| 39 | + - Configuration option |
| 40 | + - Performance improvement |
| 41 | + - UI/UX improvement |
| 42 | + - API enhancement |
| 43 | + - Documentation improvement |
| 44 | + - Other |
| 45 | + validations: |
| 46 | + required: true |
| 47 | + |
| 48 | + - type: textarea |
| 49 | + id: problem |
| 50 | + attributes: |
| 51 | + label: Problem Statement |
| 52 | + description: What problem does this feature solve? What frustration or limitation are you experiencing? |
| 53 | + placeholder: "I'm always frustrated when... / It would be helpful if... / Currently there's no way to..." |
| 54 | + validations: |
| 55 | + required: true |
| 56 | + |
| 57 | + - type: textarea |
| 58 | + id: solution |
| 59 | + attributes: |
| 60 | + label: Proposed Solution |
| 61 | + description: Describe your ideal solution. How would you like this feature to work? |
| 62 | + placeholder: "I would like to see... / The feature should work by... / Users should be able to..." |
| 63 | + validations: |
| 64 | + required: true |
| 65 | + |
| 66 | + - type: textarea |
| 67 | + id: alternatives |
| 68 | + attributes: |
| 69 | + label: Alternative Solutions |
| 70 | + description: Have you considered any alternative solutions or workarounds? |
| 71 | + placeholder: "Alternatively, we could... / Another approach might be... / I've tried working around this by..." |
| 72 | + validations: |
| 73 | + required: false |
| 74 | + |
| 75 | + - type: textarea |
| 76 | + id: use-case |
| 77 | + attributes: |
| 78 | + label: Use Case & Examples |
| 79 | + description: Provide concrete examples of how this feature would be used |
| 80 | + placeholder: | |
| 81 | + Example use case: |
| 82 | + 1. User wants to... |
| 83 | + 2. They would... |
| 84 | + 3. The result would be... |
| 85 | +
|
| 86 | + This would benefit users who... |
| 87 | + validations: |
| 88 | + required: true |
| 89 | + |
| 90 | + - type: textarea |
| 91 | + id: requirements |
| 92 | + attributes: |
| 93 | + label: Detailed Requirements |
| 94 | + description: List specific requirements or specifications for this feature |
| 95 | + placeholder: | |
| 96 | + - The feature should support... |
| 97 | + - It must be compatible with... |
| 98 | + - Configuration options should include... |
| 99 | + - Output format should be... |
| 100 | + validations: |
| 101 | + required: false |
| 102 | + |
| 103 | + - type: dropdown |
| 104 | + id: priority |
| 105 | + attributes: |
| 106 | + label: Priority Level |
| 107 | + description: How important is this feature to you and your workflow? |
| 108 | + options: |
| 109 | + - Critical - Blocking my workflow |
| 110 | + - High - Significantly improves my workflow |
| 111 | + - Medium - Nice to have improvement |
| 112 | + - Low - Minor enhancement |
| 113 | + validations: |
| 114 | + required: true |
| 115 | + |
| 116 | + - type: checkboxes |
| 117 | + id: implementation |
| 118 | + attributes: |
| 119 | + label: Implementation Willingness |
| 120 | + description: Would you be willing to help implement this feature? |
| 121 | + options: |
| 122 | + - label: I'm willing to submit a pull request for this feature |
| 123 | + - label: I can help with testing and feedback |
| 124 | + - label: I can help with documentation |
| 125 | + - label: I can provide additional requirements/specifications |
| 126 | + |
| 127 | + - type: textarea |
| 128 | + id: additional |
| 129 | + attributes: |
| 130 | + label: Additional Context |
| 131 | + description: Add any other context, mockups, screenshots, or references about the feature |
| 132 | + placeholder: "Links to similar features in other tools, mockups, technical references, etc." |
| 133 | + validations: |
| 134 | + required: false |
0 commit comments