]> glassweightruler.freedombox.rocks Git - waydroid.git/blob - .github/ISSUE_TEMPLATE/feature_request.yml
logging: Use RotatingFileHandler to trim logfile at 5MB
[waydroid.git] / .github / ISSUE_TEMPLATE / feature_request.yml
1 name: Feature Request
2 description: "Suggest an idea for this project"
3 title: "[Feature]"
4 labels: "feature"
5 body:
6 - type: markdown
7 id: feature-info
8 attributes:
9 value: "## Feature Infomation"
10 - type: textarea
11 id: feature-main
12 validations:
13 required: true
14 attributes:
15 label: "Is your feature request related to a problem? Please describe."
16 description: "A clear and concise description of what the problem is."
17 placeholder: "I'm always frustrated when [...]"
18 - type: textarea
19 id: feature-solution
20 validations:
21 required: true
22 attributes:
23 label: "Describe the solution you'd like."
24 description: "A clear and concise description of what you want to happen."
25 - type: textarea
26 id: feature-describe
27 validations:
28 required: true
29 attributes:
30 label: "Describe alternatives you've considered."
31 description: "A clear and concise description of any alternative solutions or features you've considered."
32 - type: textarea
33 id: feature-extra
34 validations:
35 required: false
36 attributes:
37 label: "Additional context"
38 description: "Add any other context or screenshots about the feature request here."