Skip to content

Commit

Permalink
Merge pull request drizzle-team#96 from drizzle-team/AndriiSherman-pa…
Browse files Browse the repository at this point in the history
…tch-1

Create bug-template.yaml
  • Loading branch information
AndriiSherman authored Dec 21, 2022
2 parents 2d5eb61 + cce4cab commit 523db6a
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-template.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: "Bug Report"
description: Report an issue or possible bug
title: "[BUG]:"
labels: ["bug"]

body:
- type: markdown
attributes:
value: |
## Quick Bug Form
Thank you for taking the time to file a bug report! Please fill out this form as completely as possible.
- type: input
attributes:
label: What version of `drizzle-orm` are you using?
placeholder: 0.0.0
validations:
required: true
- type: textarea
attributes:
label: Describe the Bug
description: Steps to reproduce
validations:
required: true

0 comments on commit 523db6a

Please sign in to comment.