Skip to content
This repository has been archived by the owner on Apr 21, 2024. It is now read-only.

Commit

Permalink
Merge pull request #46 from ehammes/issue-template-bug
Browse files Browse the repository at this point in the history
feature-4[Add issue template bug]
  • Loading branch information
YuriDevAT authored Oct 22, 2023
2 parents 536553b + 5a0f6cd commit bf4b8f3
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/ISSUE-TEMPLATE/bug.yml
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
---

0 comments on commit bf4b8f3

Please sign in to comment.