Skip to content

Commit

Permalink
Add new bug report template using YAML format
Browse files Browse the repository at this point in the history
  • Loading branch information
Ganeshdip Dumbare committed Feb 14, 2025
1 parent 3084d3f commit c9d3fba
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name: Bug Report
description: File a bug report
title: "[Bug]: "
labels: ["bug"]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
- type: textarea
id: what-happened
attributes:
label: What happened?
description: Also tell us, what did you expect to happen?
validations:
required: true
- type: textarea
id: version
attributes:
label: Version
description: What version of validator are you running?
validations:
required: true
- type: textarea
id: code
attributes:
label: Example Code
description: Please provide a code example that demonstrates the issue
render: go
validations:
required: true

0 comments on commit c9d3fba

Please sign in to comment.