forked from Github/Axter-Stash
Added issue templates
This commit is contained in:
58
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
Normal file
58
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
Normal file
@@ -0,0 +1,58 @@
|
||||
name: 🐞 Bug
|
||||
description: Create a bug report
|
||||
title: "🐞[Bug] Your_Short_title"
|
||||
labels: [Bug]
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Thank you for taking the time to fill out this bug report!
|
||||
Fields marked with an asterisk (*) are required, and remaining fields are optional, but we encourage their usage.
|
||||
- type: textarea
|
||||
id: feature
|
||||
attributes:
|
||||
label: Please enter a clear and concise description of the bug.
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
id: os
|
||||
attributes:
|
||||
label: What Operating System (OS)?
|
||||
placeholder: e.g. Windows, MacOS, Linux
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
id: browser
|
||||
attributes:
|
||||
label: What browser and version?
|
||||
placeholder: e.g. Chrome Ver:127, Firefox Ver:129, Safari Ver:1.3.2, Any
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: steps-to-reproduce
|
||||
attributes:
|
||||
label: Steps To Reproduce
|
||||
description: What are the steps used to reproduce this issue?
|
||||
validations:
|
||||
required: false
|
||||
- type: textarea
|
||||
id: expected-behavior
|
||||
attributes:
|
||||
label: Expected Behavior
|
||||
description: What was the expected behavior?
|
||||
validations:
|
||||
required: false
|
||||
- type: textarea
|
||||
id: logging
|
||||
attributes:
|
||||
label: Logging
|
||||
description: Enter Stash logging.
|
||||
validations:
|
||||
required: false
|
||||
- type: textarea
|
||||
id: snapshots
|
||||
attributes:
|
||||
label: Snapshot(s)
|
||||
description: Optionally attach snapshot(s) which displays the bug.
|
||||
validations:
|
||||
required: false
|
||||
Reference in New Issue
Block a user