Skip to content

Commit

Permalink
Create bug-report.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SableRaf authored Oct 23, 2024
1 parent eb17738 commit 2135b76
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
name: "Bug Report"
description: "Report a bug with the library template."
title: "Describe the bug"
labels: ["bug"]
body:
- type: textarea
id: bug_description
attributes:
label: "Describe the bug"
placeholder: "Provide a clear description of the bug."
validations:
required: true
- type: textarea
id: steps_to_reproduce
attributes:
label: "Steps to reproduce"
placeholder: "List the steps to reproduce the issue."
validations:
required: true
- type: textarea
id: expected_behavior
attributes:
label: "Expected behavior"
placeholder: "Describe what you expected to happen."
validations:
required: true
- type: textarea
id: actual_behavior
attributes:
label: "Actual behavior"
placeholder: "Describe what actually happened."
validations:
required: true

0 comments on commit 2135b76

Please sign in to comment.