Skip to content

Commit 4dea432

Browse files
committed
Update bug report template
1 parent 65a2e52 commit 4dea432

2 files changed

Lines changed: 129 additions & 40 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 40 deletions
This file was deleted.
Lines changed: 129 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,129 @@
1+
name: Bug report
2+
description: Create a bug report to help us improve
3+
labels: [ "bug", "needs triage" ]
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
## Hi there 👋
9+
Thanks for helping us improve Fossify Clock by reporting a bug!
10+
Please fill in as much information as possible about your bug to avoid unnecessary and time-consuming back-and-forth communication.
11+
12+
- type: checkboxes
13+
id: checklist
14+
attributes:
15+
label: "Checklist"
16+
options:
17+
- label: "I can reproduce the bug with the latest version given [here](https://github.com/FossifyOrg/Clock/releases/latest)."
18+
required: true
19+
- label: "I made sure that there are **no existing issues** - [open](https://github.com/FossifyOrg/Clock/issues) or [closed](https://github.com/FossifyOrg/Clock/issues?q=is%3Aissue+is%3Aclosed) - to which I could contribute my information."
20+
required: true
21+
- label: "I made sure that there are **no existing discussions** - [open](https://github.com/FossifyOrg/Clock/discussions) or [closed](https://github.com/FossifyOrg/Clock/discussions?discussions_q=is%3Aclosed) - to which I could contribute my information."
22+
required: true
23+
- label: "I have read the FAQs inside the app (Menu -> About -> FAQs) and my problem isn't listed."
24+
required: true
25+
- label: "**I have taken the time to fill in all the required details. I understand that the bug report will be dismissed otherwise.**"
26+
required: true
27+
- label: "This issue contains only one bug."
28+
required: true
29+
- label: "I have read and understood the [contribution guidelines](https://github.com/FossifyOrg/Clock/CONTRIBUTING.md)."
30+
required: true
31+
32+
- type: input
33+
id: app-version
34+
attributes:
35+
label: Affected app version
36+
description: "Which app version were you using when you found the bug?"
37+
placeholder: "x.x.x - Go to App Main Menu > About > Version."
38+
validations:
39+
required: true
40+
41+
- type: input
42+
id: device-os-info
43+
attributes:
44+
label: Affected Android/Custom ROM version
45+
description: |
46+
What operating system and version are you using when you encounter the bug?
47+
placeholder: "Example: Android 12 / LineageOS 18.1"
48+
validations:
49+
required: true
50+
51+
- type: input
52+
id: device-model-info
53+
attributes:
54+
label: Affected device model
55+
description: |
56+
What device model are you using when you encountered the bug?
57+
placeholder: "Example: Pixel 8 Pro / Samsung Galaxy S20"
58+
validations:
59+
required: true
60+
61+
- type: dropdown
62+
id: download
63+
attributes:
64+
label: How did you install the app?
65+
options:
66+
- F-Droid / IzzyOnDroid
67+
- Google Play Store
68+
- GitHub releases
69+
- Built from source
70+
- Third-party website
71+
72+
- type: textarea
73+
id: steps-to-reproduce
74+
attributes:
75+
label: Steps to reproduce the bug
76+
description: |
77+
What did you do for the bug to show up?
78+
79+
If you can't cause the bug to show up again reliably (and hence don't have a proper set of steps to give us), please still try to give as many details as possible on how you think you encountered the bug.
80+
81+
⚠️ Please **DO NOT** add links to SimpleMobileTools issues as they can be deleted at any time. Instead, copy-paste any useful information or instructions manually.
82+
83+
placeholder: |
84+
1. Go to '...'
85+
2. Click on '....'
86+
3. Scroll down to '....'
87+
validations:
88+
required: true
89+
90+
- type: textarea
91+
id: expected-behavior
92+
attributes:
93+
label: Expected behavior
94+
description: |
95+
Tell us what you expect to happen.
96+
validations:
97+
required: true
98+
99+
- type: textarea
100+
id: actual-behavior
101+
attributes:
102+
label: Actual behavior
103+
description: |
104+
Tell us what happens with the steps given above.
105+
validations:
106+
required: true
107+
108+
- type: textarea
109+
id: screen-media
110+
attributes:
111+
label: Screenshots/Screen recordings
112+
description: |
113+
A picture or video is worth a thousand words.
114+
115+
If applicable, drag and drop screenshots or a screen recording to help explain your problem. If your file is too big for Github to accept, try to compress it (ZIP file), or feel free to paste a link to an image/video hoster here instead.
116+
117+
- type: textarea
118+
id: additional-information
119+
attributes:
120+
label: Additional information
121+
description: |
122+
Please provide any additional information or context that may be relevant, for example:
123+
* any file or media that led to this bug
124+
* any crash logs (if you know how to get one)
125+
* the affected device is rooted, a foldable or a TV
126+
* you have disabled all animations on your device
127+
* your rabbit chewed your network cable
128+
* ...
129+

0 commit comments

Comments
 (0)