Skip to content

Commit

Permalink
chore: improving issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
benfdking committed Nov 28, 2024
1 parent 631f648 commit 623abdf
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ body:
label: Checked in Playground
description: Have you validated this bug in the playground?
options:
- label: I have checked this bug in the playground [https://playground.quary.dev/?secondary=Format].
- label: I have checked this bug in the [playground(https://playground.quary.dev/?secondary=Format).
15 changes: 15 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Feature requst
description: Ask for a feature.
labels: ["enhancement"]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this request!
- type: checkboxes
id: checked_in_playground
attributes:
label: Checked issues
description: Have you checked this has not been requested before?
options:
- label: I have checked this request in the [issues](https://github.com/quarylabs/sqruff/issues).

0 comments on commit 623abdf

Please sign in to comment.