Skip to content

Commit

Permalink
Add field for reproduction repository
Browse files Browse the repository at this point in the history
  • Loading branch information
Baspa committed Sep 30, 2024
1 parent 4b443ac commit e43c91b
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Bug Report
description: Report an Issue or Bug with the Package
title: "[Bug]: "
labels: ["bug"]
title: '[Bug]: '
labels: ['bug']
body:
- type: markdown
attributes:
Expand All @@ -23,6 +23,13 @@ body:
placeholder: When I do X I see Y.
validations:
required: true
- type: input
id: repository
attributes:
label: Repository
description: If you have a public repository or a reproduction repository, please provide the link here.
validations:
required: false
- type: input
id: package-version
attributes:
Expand Down

0 comments on commit e43c91b

Please sign in to comment.