chore(repo): improve bug report issue template
This commit is contained in:
parent
4776a57231
commit
84224d6366
1 changed files with 20 additions and 2 deletions
22
.github/ISSUE_TEMPLATE/01_BUG_REPORT.yml
vendored
22
.github/ISSUE_TEMPLATE/01_BUG_REPORT.yml
vendored
|
|
@ -1,7 +1,7 @@
|
||||||
name: 🐞 Bug Report
|
name: 🐞 Bug Report
|
||||||
description: "File a new bug report."
|
description: "File a new bug report."
|
||||||
title: "[Bug]: "
|
title: "[Bug]: "
|
||||||
labels: ["🐛 Bug", "🔍 Triage"]
|
labels: ["🔍 Triage"]
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
|
|
@ -14,10 +14,22 @@ body:
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Error Message and Logs
|
label: Description and Error Message
|
||||||
description: Provide a detailed description of the error or exception you encountered, along with any relevant log output.
|
description: Provide a detailed description of the error or exception you encountered, along with any relevant log output.
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Expected Behavior
|
||||||
|
description: Please describe what you expected to happen instead of the issue. Be as detailed as possible.
|
||||||
|
value: |
|
||||||
|
1.
|
||||||
|
2.
|
||||||
|
3.
|
||||||
|
4.
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
|
|
@ -58,6 +70,12 @@ body:
|
||||||
label: Operating System and Version (self-hosted)
|
label: Operating System and Version (self-hosted)
|
||||||
description: Run `cat /etc/os-release` or `lsb_release -a` in your terminal and provide the operating system and version.
|
description: Run `cat /etc/os-release` or `lsb_release -a` in your terminal and provide the operating system and version.
|
||||||
placeholder: "Ubuntu 22.04"
|
placeholder: "Ubuntu 22.04"
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Screenshots / Visuals
|
||||||
|
description: If possible, provide screenshots, screen recordings, or diagrams to help illustrate the issue.
|
||||||
|
placeholder: "Attach images or provide links to recordings demonstrating the problem."
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue