Skip to content

Commit

Permalink
chore: add bug report template
Browse files Browse the repository at this point in the history
  • Loading branch information
benfdking committed Nov 28, 2024
1 parent 867ceeb commit 631f648
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
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: version
attributes:
label: Version
description: What version of our software are you running?
- type: checkboxes
id: checked_in_playground
attributes:
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].
1 change: 1 addition & 0 deletions editors/code/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ For more details about, see the documents in the [docs](./docs/) folder which co
- [Details on the rules](./docs/rules.md)
- [Details on the CLI](./docs/cli.md)
- [Details on the templaters](./docs/templaters.md)
- [Sample configurations](./docs/sample_configurations.md)

## Community

Expand Down

0 comments on commit 631f648

Please sign in to comment.