Skip to content

Commit 3c230fb

Browse files
authored
ISSUE_TEMPLATE: Sync with .github repository (#239)
1 parent b9c0da3 commit 3c230fb

File tree

5 files changed

+116
-115
lines changed

5 files changed

+116
-115
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 72 deletions
This file was deleted.
Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,81 @@
1+
name: Issue Report
2+
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.

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,6 @@ contact_links:
55
- name: Report an issue with Notifications Settings
66
url: https://github.com/elementary/switchboard-plug-notifications/issues/new/choose/
77
about: If your issue is related to System Settings → Notifications
8+
- name: Ask a question or get help
9+
url: https://elementary.io/support
10+
about: Get help with community-provided tech support

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 43 deletions
This file was deleted.
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
name: Feature Request
2+
description: Suggest a new idea or request a missing feature
3+
labels: ["Priority: Wishlist", "Needs Design"]
4+
type: "Feature"
5+
6+
body:
7+
- type: markdown
8+
attributes:
9+
value: |
10+
* Please read these [Tips](https://docs.elementary.io/contributor-guide/feedback/creating-feature-requests)
11+
* Be sure to search open and closed issues for duplicates
12+
13+
- type: textarea
14+
attributes:
15+
label: Problem
16+
description: Describe the problem that this new feature or idea is meant to address
17+
validations:
18+
required: true
19+
20+
- type: textarea
21+
attributes:
22+
label: Proposal
23+
description: Describe the new feature or idea that you would like to propose and how it solves the problem
24+
validations:
25+
required: true
26+
27+
- type: textarea
28+
attributes:
29+
label: Prior Art (Optional)
30+
description: List any supporting examples of how others have implemented this feature
31+
validations:
32+
required: false

0 commit comments

Comments
 (0)