You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/BUG_REPORT.yaml
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,13 @@ body:
30
30
label: Relevant log output
31
31
description: If applicable, please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
32
32
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
33
40
- type: textarea
34
41
id: additional-context
35
42
attributes:
@@ -39,7 +46,7 @@ body:
39
46
id: terms
40
47
attributes:
41
48
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)
43
50
options:
44
51
- label: I agree to follow this project's Code of Conduct
0 commit comments