Skip to content

Commit 844aa69

Browse files
authored
Merge pull request #3883 from kittykat/issue-template
Issue triage: remove old templates, add new ones
2 parents 4ad542f + 4d413e0 commit 844aa69

File tree

5 files changed

+106
-54
lines changed

5 files changed

+106
-54
lines changed

.github/ISSUE_TEMPLATE/bug.yml

+69
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
name: Bug report for the Element Android app
2+
description: Report any issues that you have found with the Element app. Please [check open issues](https://github.com./vector-im/element-android/issues) first, in case it has already been reported.
3+
labels: [T-Defect]
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
Thanks for taking the time to fill out this bug report!
9+
10+
Please report security issues by email to [email protected]
11+
- type: textarea
12+
id: reproduction-steps
13+
attributes:
14+
label: Steps to reproduce
15+
description: Please attach screenshots, videos or logs if you can.
16+
placeholder: Tell us what you see!
17+
value: |
18+
1. Where are you starting? What can you see?
19+
2. What do you click?
20+
3. More steps…
21+
validations:
22+
required: true
23+
- type: textarea
24+
id: expected-result
25+
attributes:
26+
label: What did you expect?
27+
placeholder: Tell us what you expected to happen in as much detail as you can.
28+
validations:
29+
required: true
30+
- type: textarea
31+
id: actual-result
32+
attributes:
33+
label: What happened?
34+
placeholder: Tell us what went wrong
35+
validations:
36+
required: true
37+
- type: input
38+
id: device
39+
attributes:
40+
label: Your phone model
41+
placeholder: e.g. Samsung S6
42+
validations:
43+
required: false
44+
- type: input
45+
id: os
46+
attributes:
47+
label: Operating system version
48+
placeholder: e.g. Android 10.0
49+
validations:
50+
required: false
51+
- type: input
52+
id: version
53+
attributes:
54+
label: Application version and app store
55+
description: You can find the version information in Settings -> Help & About.
56+
placeholder: e.g. Element version 1.7.34, olm version 3.2.3 from F-Droid
57+
validations:
58+
required: false
59+
- type: dropdown
60+
id: rageshake
61+
attributes:
62+
label: Have you submitted a rageshake?
63+
description: |
64+
Did you know that you can shake your phone to submit logs for this issue? Trigger the defect, then shake your phone and you will see a popup asking if you would like to open the bug report screen. Click YES, and describe the issue, mentioning that you have also filed a bug. Submit the report to send anonymous logs to the developers.
65+
options:
66+
- 'Yes'
67+
- 'No'
68+
validations:
69+
required: true

.github/ISSUE_TEMPLATE/bug_report.md

-34
This file was deleted.
+36
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
name: Enhancement request
2+
description: Do you have a suggestion or feature request?
3+
labels: [T-Enhancement]
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
Thank you for taking the time to propose a new feature or make a suggestion.
9+
- type: textarea
10+
id: usecase
11+
attributes:
12+
label: Your use case
13+
description: What would you like to be able to do? Please feel welcome to include screenshots or mock ups.
14+
placeholder: Tell us what you would like to do!
15+
value: |
16+
#### What would you like to do?
17+
18+
#### Why would you like to do it?
19+
20+
#### How would you like to achieve it?
21+
validations:
22+
required: true
23+
- type: textarea
24+
id: alternative
25+
attributes:
26+
label: Have you considered any alternatives?
27+
placeholder: A clear and concise description of any alternative solutions or features you've considered.
28+
validations:
29+
required: false
30+
- type: textarea
31+
id: additional-context
32+
attributes:
33+
label: Additional context
34+
placeholder: Is there anything else you'd like to add?
35+
validations:
36+
required: false

.github/ISSUE_TEMPLATE/feature_request.md

-20
This file was deleted.

changelog.d/pr-3883.misc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Issue templates: modernise and sync with element-web

0 commit comments

Comments
 (0)