You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Report an unexpected behavior or failure (AKA a bug)
3
+
type: "Bug"
4
+
5
+
body:
6
+
- type: markdown
7
+
attributes:
8
+
value: |
9
+
* Please read these [Tips](https://docs.elementary.io/contributor-guide/feedback/reporting-issues)
10
+
* Be sure to search open and closed issues for duplicates
11
+
* Do not put [things in brackets] in your report title
12
+
13
+
- type: textarea
14
+
attributes:
15
+
label: What Happened?
16
+
description: A detailed description of unexpected behavior will help us address your issue more quickly. Do your best!
17
+
validations:
18
+
required: true
19
+
20
+
- type: textarea
21
+
attributes:
22
+
label: Steps to Reproduce
23
+
description: Explain the exact steps one would take to experience the issue. If applicable, add screenshots or screen recordings.
24
+
placeholder: |
25
+
1. Went here
26
+
2. Did this
27
+
3. Clicked that
28
+
validations:
29
+
required: true
30
+
31
+
- type: textarea
32
+
attributes:
33
+
label: Expected Behavior
34
+
description: Explain how what happened is different from what you wanted to happen.
35
+
validations:
36
+
required: true
37
+
38
+
- type: dropdown
39
+
attributes:
40
+
label: OS Version
41
+
description: The version of elementary OS you are using, or other operating system
42
+
options:
43
+
- 8.x (Circe)
44
+
- 7.x (Horus)
45
+
- 6.x (Odin/Jólnir)
46
+
- Other Linux
47
+
validations:
48
+
required: true
49
+
50
+
- type: dropdown
51
+
attributes:
52
+
label: Session Type
53
+
options:
54
+
- Classic Session (X11, This is the default)
55
+
- Secure Session (Wayland)
56
+
validations:
57
+
required: true
58
+
59
+
- type: dropdown
60
+
attributes:
61
+
label: Software Version
62
+
description: The version of the software you are using
63
+
options:
64
+
- Latest release (I have run all updates)
65
+
- Compiled from git
66
+
- Older release (I have not run all updates)
67
+
validations:
68
+
required: true
69
+
70
+
- type: textarea
71
+
attributes:
72
+
label: Log Output
73
+
description: |
74
+
* Fails without warning? Get and share debug logs by following: https://docs.elementary.io/contributor-guide/feedback/reporting-issues/debug-logs
75
+
* Unexpectedly quits or stops? Get and share crash logs by following: https://docs.elementary.io/contributor-guide/feedback/reporting-issues/inspecting-crashes
76
+
render: shell
77
+
78
+
- type: textarea
79
+
attributes:
80
+
label: Hardware Info
81
+
description: Relevant hardware information such as graphics drivers, unconventional setups, etc.
0 commit comments