Skip to content

Commit

Permalink
chore: issue dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
adhamfarrag committed Sep 19, 2024
1 parent 317a3c8 commit 7570d08
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/ISSUE_TEMPLATE/issue.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,22 @@
name: 🐞 Bug Report
description: Report any issues and help us enhance Nuxtr. Please, use issues for reporting bugs and bugs only.
description: Report any issues and help us enhance Nuxtr. Please, use issues for reporting bugs and bugs only.
title: "[Bug]: "
labels: ["bug", "triage"]
labels: ["bug", "pending triage"]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
- type: dropdown
id: version
attributes:
label: Version
description: What version of our software are you running?
options:
- 1.0.2 (Default)
- 1.0.3 (Edge)
validations:
required: true
- type: textarea
id: bug-env
attributes:
Expand Down

0 comments on commit 7570d08

Please sign in to comment.