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
A clear and concise description of what the bug is.
12
-
13
-
**To Reproduce**
14
-
Steps to reproduce the behavior:
15
-
1. Go to '...'
16
-
2. Click on '....'
17
-
3. Scroll down to '....'
18
-
4. See error
19
-
20
-
**Expected behavior**
21
-
A clear and concise description of what you expected to happen.
22
-
23
-
**Screenshots**
24
-
If applicable, add screenshots to help explain your problem.
25
-
26
-
**Desktop (please complete the following information):**
27
-
- OS: [e.g. iOS]
28
-
- Browser [e.g. chrome, safari]
29
-
- Version [e.g. 22]
30
-
31
-
**Smartphone (please complete the following information):**
32
-
- Device: [e.g. iPhone6]
33
-
- OS: [e.g. iOS8.1]
34
-
- Browser [e.g. stock browser, safari]
35
-
- Version [e.g. 22]
36
-
37
-
**Additional context**
38
-
Add any other context about the problem here.
1
+
name: Bug Report
2
+
description: File a bug report
3
+
title: "[Bug]: "
4
+
labels: ["bug", "triage"]
5
+
assignees:
6
+
- webdevnerdstuff
7
+
body:
8
+
- type: markdown
9
+
attributes:
10
+
value: |
11
+
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/vue3-easter-egg-trigger/blob/main/CODE_OF_CONDUCT.md)
43
+
options:
44
+
- label: I agree to follow this project's Code of Conduct
0 commit comments