|
| 1 | +name: Enhancement/Data Request |
| 2 | +description: Suggest an enhancement or request new data features |
| 3 | +title: "[Enhancement]: " |
| 4 | +labels: ["enhancement"] |
| 5 | +assignees: [] |
| 6 | +body: |
| 7 | + - type: markdown |
| 8 | + attributes: |
| 9 | + value: | |
| 10 | + Thanks for suggesting an enhancement! Please provide as much detail as possible to help us understand your request. |
| 11 | + - type: input |
| 12 | + id: contact |
| 13 | + attributes: |
| 14 | + label: Contact Details |
| 15 | + description: How can we get in touch with you if we need more info? |
| 16 | + placeholder: ex. [email protected] |
| 17 | + validations: |
| 18 | + required: false |
| 19 | + - type: dropdown |
| 20 | + id: request-type |
| 21 | + attributes: |
| 22 | + label: Request Type |
| 23 | + description: What type of enhancement are you requesting? |
| 24 | + options: |
| 25 | + - New Feature |
| 26 | + - Data Source Addition |
| 27 | + - API Enhancement |
| 28 | + - Performance Improvement |
| 29 | + - User Interface Improvement |
| 30 | + - Documentation Enhancement |
| 31 | + - Integration Request |
| 32 | + - Other |
| 33 | + validations: |
| 34 | + required: true |
| 35 | + - type: textarea |
| 36 | + id: feature-description |
| 37 | + attributes: |
| 38 | + label: Feature Description |
| 39 | + description: Describe the enhancement or data request in detail |
| 40 | + placeholder: | |
| 41 | + What would you like to see added or improved? |
| 42 | + Be as specific as possible about the functionality you're requesting. |
| 43 | + validations: |
| 44 | + required: true |
| 45 | + - type: textarea |
| 46 | + id: problem-statement |
| 47 | + attributes: |
| 48 | + label: Problem Statement |
| 49 | + description: What problem does this enhancement solve? |
| 50 | + placeholder: | |
| 51 | + - What challenge are you currently facing? |
| 52 | + - How would this enhancement help you or other users? |
| 53 | + - What are the current limitations? |
| 54 | + validations: |
| 55 | + required: true |
| 56 | + - type: textarea |
| 57 | + id: proposed-solution |
| 58 | + attributes: |
| 59 | + label: Proposed Solution |
| 60 | + description: How do you envision this being implemented? |
| 61 | + placeholder: | |
| 62 | + - How should this feature work? |
| 63 | + - What should the user experience be like? |
| 64 | + - Any specific implementation details you have in mind? |
| 65 | + validations: |
| 66 | + required: true |
| 67 | + - type: textarea |
| 68 | + id: alternatives |
| 69 | + attributes: |
| 70 | + label: Alternatives Considered |
| 71 | + description: What alternative solutions have you considered? |
| 72 | + placeholder: | |
| 73 | + - Are there workarounds you're currently using? |
| 74 | + - Other tools or approaches you've tried? |
| 75 | + - Why are those alternatives insufficient? |
| 76 | + validations: |
| 77 | + required: false |
| 78 | + - type: textarea |
| 79 | + id: data-sources |
| 80 | + attributes: |
| 81 | + label: Data Sources (if applicable) |
| 82 | + description: If this is a data request, please specify the data sources |
| 83 | + placeholder: | |
| 84 | + - What data sources would you like to see supported? |
| 85 | + - Are there specific APIs or datasets you need access to? |
| 86 | + - Do you have access to the data source or API keys? |
| 87 | + - Any specific data formats or schemas? |
| 88 | + validations: |
| 89 | + required: false |
| 90 | + - type: dropdown |
| 91 | + id: priority |
| 92 | + attributes: |
| 93 | + label: Priority Level |
| 94 | + description: How important is this enhancement to you? |
| 95 | + options: |
| 96 | + - Low - Nice to have |
| 97 | + - Medium - Would be helpful |
| 98 | + - High - Important for my use case |
| 99 | + - Critical - Blocking my work |
| 100 | + validations: |
| 101 | + required: true |
| 102 | + - type: dropdown |
| 103 | + id: user-impact |
| 104 | + attributes: |
| 105 | + label: Expected User Impact |
| 106 | + description: How many users would benefit from this enhancement? |
| 107 | + options: |
| 108 | + - Just me |
| 109 | + - Small group (< 10 users) |
| 110 | + - Medium group (10-100 users) |
| 111 | + - Large group (100+ users) |
| 112 | + - All users |
| 113 | + - Not sure |
| 114 | + validations: |
| 115 | + required: true |
| 116 | + - type: textarea |
| 117 | + id: implementation-help |
| 118 | + attributes: |
| 119 | + label: Implementation Assistance |
| 120 | + description: Are you willing and able to help with implementation? |
| 121 | + placeholder: | |
| 122 | + - Can you contribute code, testing, or documentation? |
| 123 | + - Do you have expertise in relevant areas? |
| 124 | + - What kind of support would you need? |
| 125 | + validations: |
| 126 | + required: false |
| 127 | + - type: textarea |
| 128 | + id: additional-context |
| 129 | + attributes: |
| 130 | + label: Additional Context |
| 131 | + description: Any other information that would be helpful |
| 132 | + placeholder: | |
| 133 | + - Links to relevant documentation, examples, or specifications |
| 134 | + - Screenshots or mockups if applicable |
| 135 | + - Any other relevant details |
| 136 | + validations: |
| 137 | + required: false |
| 138 | + - type: checkboxes |
| 139 | + id: checklist |
| 140 | + attributes: |
| 141 | + label: Pre-submission Checklist |
| 142 | + description: Please confirm you've done the following |
| 143 | + options: |
| 144 | + - label: I have searched existing issues for similar requests |
| 145 | + - label: I have provided a clear description of the problem and solution |
| 146 | + - label: I have considered the impact on other users |
0 commit comments