Skip to content

Commit

Permalink
Create bug_report.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mertcandav authored Aug 24, 2024
1 parent 527e182 commit 6d87fd9
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: "Create a report to help us improve"
title: "[BUG] <description>"
labels: [bug]
body:
- type: textarea
id: description
attributes:
label: Description
description: Provide a general summary of the bug you found
validations:
required: true
- type: textarea
id: expectedbhv
attributes:
label: Expected behavior
description: A clear and concise description of what you expected to happen.
validations:
required: true
- type: textarea
id: currentbhv
attributes:
label: Current behavior
description: Tell us what happens instead
validations:
required: false
- type: textarea
id: extrainfo
attributes:
label: Additional information
description: Is there anything else we should know about this bug?
validations:
required: true

0 comments on commit 6d87fd9

Please sign in to comment.