Skip to content

Commit

Permalink
Create issue template for bug
Browse files Browse the repository at this point in the history
  • Loading branch information
quentingrchr authored May 15, 2024
1 parent 8b99112 commit 83439f8
Showing 1 changed file with 53 additions and 0 deletions.
53 changes: 53 additions & 0 deletions .github/ISSUE_TEMPLATE/BUG_REPORT.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
name: Bug Report
description: File a bug report.
title: "[Bug]: "
labels: ["bug", "triage"]
projects: ["directus-extension-sql-panel"]
assignees:
- quentingrchr
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?
placeholder: Tell us what you see!
value: "A bug happened!"
validations:
required: true
- type: input
id: directus-version
attributes:
label: Directus Version
description: What version of Directus are you running?
placeholder: Enter the Directus version number or description
validations:
required: true
- type: input
id: extension-version
attributes:
label: directus-extension-sql-panel Version
description: What version of the directus-extension-sql-panel are you running?
placeholder: Enter the directus-extension-sql-panel version number or description
validations:
required: true
- type: dropdown
id: browsers
attributes:
label: What browsers are you seeing the problem on?
multiple: true
options:
- Firefox
- Chrome
- Safari
- Microsoft Edge
- type: textarea
id: logs
attributes:
label: Relevant log output
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
render: shell

0 comments on commit 83439f8

Please sign in to comment.