Skip to content

Commit d9151ad

Browse files
Merge branch 'main' into dev
2 parents 52d9e24 + 1e8d7f6 commit d9151ad

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/ISSUE_TEMPLATE/BUG_REPORT.yaml

Lines changed: 7 additions & 0 deletions
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 Codepen, [Vuetify Playground](https://play.vuetifyjs.com/), [JSFiddle](https://www.jsfiddle.net/), [CodeSandbox](https://codesandbox.io/s/vue) or a github repo.
38+
validations:
39+
required: true
3340
- type: textarea
3441
id: additional-context
3542
attributes:

0 commit comments

Comments
 (0)