Skip to content

Commit fbd9102

Browse files
committed
feature-request: Convert to issue form
1 parent 1e692cd commit fbd9102

2 files changed

Lines changed: 55 additions & 26 deletions

File tree

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 26 deletions
This file was deleted.
Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
name: Feature Request
2+
description: Suggest an idea for this project
3+
title: "[REQUEST][BOARD][ANDROID version number][KERNEL VERSION]: "
4+
labels: ["enhancement", "needs-triage"]
5+
body:
6+
- type: textarea
7+
id: environment
8+
attributes:
9+
label: Environment
10+
description: |
11+
Please describe the software environment you have on the device.
12+
Examples:
13+
**Platform:** lena
14+
**Device:** pdx213 xqbt52 (Xperia 10 III)
15+
**Kernel version:** 4.19.188-gc7505f2d6045-dirty (due to wlan-qc submodules)
16+
**Android version:** AOSP11 android-11.0.0_r46
17+
**Software binaries version:** SW_binaries_for_Xperia_Android_11_4.19_v8a_lena.img
18+
value: |
19+
**Platform:**
20+
**Device:**
21+
**Kernel version:**
22+
**Android version:**
23+
**Software binaries version:**
24+
render: markdown
25+
validations:
26+
required: true
27+
- type: textarea
28+
id: describe-feature-request
29+
attributes:
30+
label: Is your feature request related to a problem? Please describe.
31+
description: |
32+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
33+
validations:
34+
required: true
35+
- type: textarea
36+
id: solution
37+
attributes:
38+
label: Describe the solution you'd like
39+
description: |
40+
A clear and concise description of what you want to happen.
41+
validations:
42+
required: true
43+
- type: textarea
44+
id: alternatives
45+
attributes:
46+
label: Describe alternatives you've considered
47+
description: |
48+
A clear and concise description of any alternative solutions or features you've considered.
49+
validations:
50+
required: true
51+
- type: textarea
52+
attributes:
53+
label: Additional context
54+
description: |
55+
Add any other context or screenshots about the feature request here.

0 commit comments

Comments
 (0)