Skip to content

Commit d38a5c9

Browse files
authored
Update bug_report.yml
1 parent 192b372 commit d38a5c9

File tree

1 file changed

+18
-28
lines changed

1 file changed

+18
-28
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 18 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
name: Bug report
22
description: Create a bug report to help us improve Atlas.
33
labels: bug
4-
title: "[BUG REPORT] - "
4+
title: "[BUG] - "
55
body:
66
- type: markdown
77
attributes:
88
value: |
9-
A clear and brief description of what the bug is.
9+
Before creating an issue, confirm that the following actions has been taken.
10+
- You've checked our [docs](https://docs.atlasos.net).
11+
- You've searched on our [issue tracker](https://github.com/Atlas-OS/Atlas/issues?q=is%3Aissue).
12+
- The issue itself is not a support thread.
13+
By creating an issue, you fully understand that the maintainers can close and lock your issue without any response if you did not follow the steps above.
1014
1115
- type: textarea
1216
attributes:
@@ -17,7 +21,8 @@ body:
1721

1822
- type: textarea
1923
attributes:
20-
label: Steps to reproduce (add screenshots if applicable)
24+
label: Steps to reproduce
25+
description: The steps required to reproduce this bug (add screenshots if applicable).
2126
placeholder: |
2227
1. [First step] (Screenshot 1)
2328
2. [Second step] (Screenshot 2)
@@ -28,23 +33,23 @@ body:
2833
- type: textarea
2934
attributes:
3035
label: Expected behavior
31-
description: What you expected to happen.
36+
description: What you expect to happen (add screenshots if applicable).
3237
validations:
3338
required: true
3439

3540
- type: textarea
3641
attributes:
37-
label: Actual behavior (add screenshots if applicable)
38-
description: What happened.
42+
label: Actual behavior
43+
description: What actually happened (add screenshots if applicable).
3944
validations:
4045
required: true
4146

4247
- type: dropdown
4348
attributes:
44-
label: Atlas Version
49+
label: Atlas Edition
4550
options:
46-
- Atlas 10 22H2
47-
- Atlas 11 23H2
51+
- Atlas for Windows 10 22H2
52+
- Atlas for Windows 11 23H2
4853
validations:
4954
required: true
5055

@@ -53,28 +58,13 @@ body:
5358
label: Desktop information
5459
description: Your hardware specification is needed for us to define the problem.
5560
placeholder: |
56-
- Processor [include brand and specifics]
57-
- RAM amount
58-
- Storage [include brand and type]
59-
- Graphics card [include driver version]
61+
- Processor [include brand and specs]
62+
- RAM [include size and generation]
63+
- Storage [include size, brand, and type]
64+
- GPU [include brand, specs, driver version]
6065
validations:
6166
required: true
6267

63-
- type: checkboxes
64-
attributes:
65-
label: Requisites
66-
description: |
67-
To rule out invalid issues, confirm and check each one of the checkboxes.
68-
options:
69-
- label: This is not a support issue or a question. For any support, questions or help, join our [Discord server](https://discord.atlasos.net).
70-
required: true
71-
- label: I performed a [cursory search of the issue tracker](https://github.com/Atlas-OS/Atlas/issues?q=is%3Aissue) to avoid opening a duplicate issue.
72-
required: true
73-
- label: I checked the [documentation](https://docs.atlasos.net) to understand that the issue I am reporting is not normal behavior.
74-
required: true
75-
- label: I understand that not filling out this template correctly will lead to the issue being closed.
76-
required: true
77-
7868
- type: textarea
7969
attributes:
8070
label: Additional content

0 commit comments

Comments
 (0)