Skip to content

Commit 476145c

Browse files
Merge branch 'main' into hotfix-theme
2 parents 663d3a3 + 7023e7d commit 476145c

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/ISSUE_TEMPLATE/BUG_REPORT.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,13 @@ body:
3030
label: Relevant log output
3131
description: If applicable, please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
3232
render: shell
33+
- type: input
34+
id: reproduction
35+
attributes:
36+
label: Reproduction link
37+
description: Please only use [StackBlitz](https://stackblitz.com/), [CodeSandbox](https://codesandbox.io/s/vue) or a github repo. Issues submitted without a reproduction link will be closed.
38+
validations:
39+
required: true
3340
- type: textarea
3441
id: additional-context
3542
attributes:
@@ -39,7 +46,7 @@ body:
3946
id: terms
4047
attributes:
4148
label: Code of Conduct
42-
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/webdevnerdstuff/vuetify3-resize-drawer/blob/main/CODE_OF_CONDUCT.md)
49+
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/webdevnerdstuff/vuetify-resize-drawer/blob/main/CODE_OF_CONDUCT.md)
4350
options:
4451
- label: I agree to follow this project's Code of Conduct
4552
required: true

0 commit comments

Comments
 (0)