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
Thanks for taking the time to fill out this bug report!
12
+
- type: textarea
13
+
id: bug-description
14
+
attributes:
15
+
label: Bug description
16
+
description: What happened?
17
+
validations:
18
+
required: true
19
+
- type: textarea
20
+
id: steps
21
+
attributes:
22
+
label: Steps to reproduce
23
+
description: Which steps do we need to take to reproduce this error?
24
+
placeholder: "Steps to reproduce the behavior:\n1. Go to '...'\n2. Click on '....'\n3. Scroll down to '....'"
25
+
validations:
26
+
required: true
27
+
- type: textarea
28
+
id: logs
29
+
attributes:
30
+
label: Relevant log output
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
+
render: shell
33
+
- type: textarea
34
+
id: additional-context
35
+
attributes:
36
+
label: Additional context
37
+
description: Add any other context about the problem here.
38
+
- type: checkboxes
39
+
id: terms
40
+
attributes:
41
+
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)
43
+
options:
44
+
- label: I agree to follow this project's Code of Conduct
Thanks for taking the time to fill out this request!
12
+
- type: textarea
13
+
id: related-to-a-problem
14
+
attributes:
15
+
label: Is your feature request related to a problem? Please describe.
16
+
description: A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
17
+
validations:
18
+
required: true
19
+
- type: textarea
20
+
id: feature-desc
21
+
attributes:
22
+
label: Describe the solution you'd like
23
+
description: A clear and concise description of what you want to happen.
24
+
validations:
25
+
required: true
26
+
- type: textarea
27
+
id: alternatives
28
+
attributes:
29
+
label: Describe alternatives you've considered
30
+
description: A clear and concise description of any alternative solutions or features you've considered.
31
+
validations:
32
+
required: true
33
+
- type: textarea
34
+
id: additional-context
35
+
attributes:
36
+
label: Additional context
37
+
description: Add any other context about the problem here.
38
+
- type: checkboxes
39
+
id: terms
40
+
attributes:
41
+
label: Code of Conduct
42
+
description: By submitting this request, you agree to follow our [Code of Conduct](https://github.com/webdevnerdstuff/vuetify3-resize-drawer/blob/main/CODE_OF_CONDUCT.md)
43
+
options:
44
+
- label: I agree to follow this project's Code of Conduct
0 commit comments