Skip to content

Commit f848299

Browse files
committed
Merge remote-tracking branch 'origin/develop' into develop
2 parents 500d105 + a289371 commit f848299

File tree

6 files changed

+189
-45
lines changed

6 files changed

+189
-45
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 34 deletions
This file was deleted.
Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
name: Bug report
2+
description: Use this template if there is a technical fault in the app
3+
labels: ["bug", "needs triage"]
4+
assignees:
5+
- sds100
6+
7+
body:
8+
- type: checkboxes
9+
id: screening
10+
attributes:
11+
label: Have you checked if an issue already exists for this bug?
12+
description: Please search to see if someone has already reported this bug. If they have, you can speed up fixing the bug by commenting on that issue.
13+
options:
14+
- label: Nobody else has reported this bug before
15+
required: true
16+
17+
- type: checkboxes
18+
id: restart
19+
attributes:
20+
label: Have you tried restarting your device?
21+
description: This can occasionally be necessary.
22+
options:
23+
- label: I have tried restarting my device and that did not help
24+
required: false
25+
26+
- type: textarea
27+
id: unexpected_behaviour
28+
attributes:
29+
label: What happened that you did not expect?
30+
description: |
31+
What behaviour were you experiencing that you think is a bug (not intended)
32+
**It will help if you upload your key maps or logs**
33+
placeholder: I was doing X, and then Y happened that I did not expect.
34+
35+
- type: textarea
36+
id: expected_behaviour
37+
attributes:
38+
label: What did you expect to happen?
39+
description: If the app was working properly, what would have happened instead?
40+
placeholder: When I pressed X, I should have seen Y
41+
42+
- type: textarea
43+
id: how_to_reproduce
44+
attributes:
45+
label: What would the developer need to do to reproduce the bug?
46+
description: Imagine the developer has the same device as you, and has just installed the app. What steps should they follow to see the same unexpected behaviour?
47+
placeholder: |
48+
1. Make a key map with volume up trigger
49+
2. Add the flashlight action
50+
3. Save the key map and close the app
51+
4. Press the volume up trigger
52+
5. See error message
53+
54+
- type: input
55+
id: version
56+
attributes:
57+
label: App version
58+
description: You can find the app version on the About page
59+
placeholder: 3.2.1 999
60+
validations:
61+
required: true
62+
63+
- type: input
64+
id: device
65+
attributes:
66+
label: Device model and manufacturer
67+
description: What model is your device? Be as specific as you can
68+
placeholder: Xiaomi, Samsung Galaxy, etc.
69+
validations:
70+
required: true
71+
72+
- type: checkboxes
73+
id: extras
74+
attributes:
75+
label: Extra info
76+
description: It would help us even more if you could check the boxes that apply to you.
77+
options:
78+
- label: My device is rooted
79+
required: false

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: Need help using the app?
4+
url: http://keymapper.club?utm_source=issue_template_chooser
5+
about: Join the Discord server and let us help you
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
name: Feature request
2+
description: Use this template if you have an idea for a new feature to be added to the app
3+
labels: ["enhancement", "needs triage"]
4+
assignees:
5+
- sds100
6+
7+
body:
8+
- type: checkboxes
9+
id: screening
10+
attributes:
11+
label: Have you checked if an issue already exists for this feature request?
12+
description: Please search to see if someone has already requested this feature. If they have, you can speed up implementing the feature by commenting on that issue.
13+
options:
14+
- label: Nobody else has requested this feature before
15+
required: true
16+
17+
- type: textarea
18+
id: enhancement
19+
attributes:
20+
label: What feature would you like added?
21+
description: |
22+
Please explain the feature in as much detail as you can to help us imagine what you are looking for. Imagine how someone might use the feature, who would it benefit?
23+
validations:
24+
required: true
25+
26+
- type: input
27+
id: version
28+
attributes:
29+
label: App version
30+
description: You can find the app version on the About page
31+
placeholder: 3.2.1 999
32+
validations:
33+
required: false
34+
35+
- type: input
36+
id: device
37+
attributes:
38+
label: Device model and manufacturer
39+
description: What model is your device? Be as specific as you can
40+
placeholder: Xiaomi, Samsung Galaxy, etc.
41+
validations:
42+
required: false
43+
44+
- type: checkboxes
45+
id: extras
46+
attributes:
47+
label: Extra info
48+
description: It would help us even more if you could check the boxes that apply to you.
49+
options:
50+
- label: My device is rooted
51+
required: false

.github/ISSUE_TEMPLATE/new-feature.md

Lines changed: 0 additions & 11 deletions
This file was deleted.
Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
name: User experience complaint
2+
description: Use this template if you found the app hard to use or confusing
3+
labels: ["user experience", "needs triage"]
4+
assignees:
5+
- jambl3r
6+
7+
body:
8+
- type: checkboxes
9+
id: screening
10+
attributes:
11+
label: Have you checked if an issue already exists for this problem?
12+
description: Please search to see if someone has already reported this problem. If they have, you can speed up improving the app by commenting on that issue.
13+
options:
14+
- label: Nobody else has reported this problem before
15+
required: true
16+
17+
- type: textarea
18+
id: complaint
19+
attributes:
20+
label: What problem did you face using the app?
21+
description: If something was confusing or difficult, please explain in as much detail as you can what you found difficult.
22+
23+
- type: textarea
24+
id: improvements
25+
attributes:
26+
label: What do you think would make the experience easier for you?
27+
description: Feel free to share your ideas, you can use examples of good experiences elsewhere in the app or in other apps or your every day life.
28+
29+
- type: input
30+
id: version
31+
attributes:
32+
label: App version
33+
description: You can find the app version on the About page
34+
placeholder: 3.2.1 999
35+
validations:
36+
required: true
37+
38+
- type: input
39+
id: device
40+
attributes:
41+
label: Device model and manufacturer
42+
description: What model is your device? Be as specific as you can
43+
placeholder: Xiaomi, Samsung Galaxy, etc.
44+
validations:
45+
required: true
46+
47+
- type: checkboxes
48+
id: extras
49+
attributes:
50+
label: Extra info
51+
description: It would help us even more if you could check the boxes that apply to you.
52+
options:
53+
- label: My device is rooted
54+
required: false

0 commit comments

Comments
 (0)