This repository has been archived by the owner on Apr 21, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #46 from ehammes/issue-template-bug
feature-4[Add issue template bug]
- Loading branch information
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
--- | ||
name: "🐛 Bug" | ||
description: "Report an issue to help improve the project." | ||
labels: ["🛠 goal: fix"] | ||
body: | ||
- type: textarea | ||
id: bug-description | ||
attributes: | ||
label: Issue Description | ||
description: Please provide a detailed description of the issue. Include steps to reproduce the issue and expected vs. actual results. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: bug-screenshots | ||
attributes: | ||
label: Screenshots | ||
description: If applicable, please provide screenshots highlighting the issue. | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: bug-extrainfo | ||
attributes: | ||
label: Additional Information | ||
description: Please provide any additional information about the issue (e.g. logs, environment info) | ||
validations: | ||
required: false | ||
--- |