FIX CONFIG: MATEKF405TEMINI SPI3 + CONFIG DEFAULT_VOLTAGE_METER_SCALE + SYSTEM_HSE_MH...
[betaflight.git] / .github / ISSUE_TEMPLATE / feature-request.yml
blobb2e133c4a1bd8e8a551afdd26acebd26b6c9949e
1 name: Feature Request
2 description: Suggest an idea for for a new feature for Betaflight.
3 labels: ["Template: Feature Request"]
4 body:
6   - type: markdown
7     attributes:
8       value: |
9         **Please note that feature requests are not 'fire and forget'.**
10         It is a lot more likely that the feature you would like to have will be implemented if you keep watching your feature request, and provide more details to developers looking into implementing your feature, and help them with testing.
12   - type: textarea
13     attributes:
14       label: Is your feature request related to a problem? Please describe
15       description: A clear and concise description of what the problem is. Ex. I'm always frustrated when [...].
16     validations:
17       required: true
19   - type: textarea
20     attributes:
21       label: Describe the solution you'd like
22       description: A clear and concise description of what you want to happen.
23     validations:
24       required: true
26   - type: textarea
27     attributes:
28       label: Describe alternatives you've considered
29       description: A clear and concise description of any alternative solutions or features you've considered.
30     validations:
31       required: true
33   - type: textarea
34     attributes:
35       label: Other information
36       description: Add any other context or screenshots about the feature request that you think might be relevant here.