Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
72 changes: 0 additions & 72 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

81 changes: 81 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@
name: Issue Report
description: Report an unexpected behavior or failure (AKA a bug)
type: "Bug"

body:
- type: markdown
attributes:
value: |
* Please read these [Tips](https://docs.elementary.io/contributor-guide/feedback/reporting-issues)
* Be sure to search open and closed issues for duplicates
* Do not put [things in brackets] in your report title

- type: textarea
attributes:
label: What Happened?
description: A detailed description of unexpected behavior will help us address your issue more quickly. Do your best!
validations:
required: true

- type: textarea
attributes:
label: Steps to Reproduce
description: Explain the exact steps one would take to experience the issue. If applicable, add screenshots or screen recordings.
placeholder: |
1. Went here
2. Did this
3. Clicked that
validations:
required: true

- type: textarea
attributes:
label: Expected Behavior
description: Explain how what happened is different from what you wanted to happen.
validations:
required: true

- type: dropdown
attributes:
label: OS Version
description: The version of elementary OS you are using, or other operating system
options:
- 8.x (Circe)
- 7.x (Horus)
- 6.x (Odin/Jólnir)
- Other Linux
validations:
required: true

- type: dropdown
attributes:
label: Session Type
options:
- Classic Session (X11, This is the default)
- Secure Session (Wayland)
validations:
required: true

- type: dropdown
attributes:
label: Software Version
description: The version of the software you are using
options:
- Latest release (I have run all updates)
- Compiled from git
- Older release (I have not run all updates)
validations:
required: true

- type: textarea
attributes:
label: Log Output
description: |
* Fails without warning? Get and share debug logs by following: https://docs.elementary.io/contributor-guide/feedback/reporting-issues/debug-logs
* Unexpectedly quits or stops? Get and share crash logs by following: https://docs.elementary.io/contributor-guide/feedback/reporting-issues/inspecting-crashes
render: shell

- type: textarea
attributes:
label: Hardware Info
description: Relevant hardware information such as graphics drivers, unconventional setups, etc.
3 changes: 3 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@ contact_links:
- name: Report an issue with Notifications Settings
url: https://github.com/elementary/switchboard-plug-notifications/issues/new/choose/
about: If your issue is related to System Settings → Notifications
- name: Ask a question or get help
url: https://elementary.io/support
about: Get help with community-provided tech support
43 changes: 0 additions & 43 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

32 changes: 32 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
name: Feature Request
description: Suggest a new idea or request a missing feature
labels: ["Priority: Wishlist", "Needs Design"]
type: "Feature"

body:
- type: markdown
attributes:
value: |
* Please read these [Tips](https://docs.elementary.io/contributor-guide/feedback/creating-feature-requests)
* Be sure to search open and closed issues for duplicates

- type: textarea
attributes:
label: Problem
description: Describe the problem that this new feature or idea is meant to address
validations:
required: true

- type: textarea
attributes:
label: Proposal
description: Describe the new feature or idea that you would like to propose and how it solves the problem
validations:
required: true

- type: textarea
attributes:
label: Prior Art (Optional)
description: List any supporting examples of how others have implemented this feature
validations:
required: false