Skip to content

Commit 7642a52

Browse files
authored
Added LP Bug Issue Template. (#31)
1 parent 63063f8 commit 7642a52

File tree

1 file changed

+64
-0
lines changed

1 file changed

+64
-0
lines changed
Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
name: "🐞 Bug - LandingPage"
2+
description: Report an issue for Landing Page to help improve the project.
3+
title: "🐞 [BUG_LP] - Title"
4+
labels: ["bug", "landingpage"]
5+
body:
6+
- type: textarea
7+
id: description
8+
attributes:
9+
label: Description
10+
description: Please provide a clear and concise description of what the bug is.
11+
placeholder: Short and explicit description of the bug...
12+
validations:
13+
required: true
14+
- type: textarea
15+
id: currentBehavior
16+
attributes:
17+
label: Current Behaviour
18+
description: What happens, e.g. "The button is not clickable"
19+
placeholder: Short and explicit description of current senario...
20+
validations:
21+
required: true
22+
- type: textarea
23+
id: expectedBehaviour
24+
attributes:
25+
label: Expected Behaviour
26+
description: What should happen, e.g. "The button should be clickable"
27+
placeholder: Short and explicit description of expected senario...
28+
validations:
29+
required: true
30+
- type: textarea
31+
id: reproductionSteps
32+
attributes:
33+
label: Reproduction Steps
34+
description: Please provide detailed steps for reproducing the issue.
35+
value: |
36+
1. Go to '...'
37+
2. Click on '....'
38+
3. Scroll down to '....'
39+
4. See error
40+
render: bash
41+
validations:
42+
required: false
43+
- type: textarea
44+
id: screenshots
45+
attributes:
46+
label: Screenshots
47+
description: Please add screenshots if applicable
48+
validations:
49+
required: false
50+
- type: textarea
51+
id: extrainfo
52+
attributes:
53+
label: Additional information
54+
description: Is there anything else we should know about this bug?
55+
validations:
56+
required: false
57+
- type: checkboxes
58+
id: terms
59+
attributes:
60+
label: Contributor terms
61+
description: By submitting this issue, you agree to follow our Contributing Instructions. Please read our [Contributing Instructions](https://github.com/CatsInTech/GitHub-ReadMe/blob/main/Contributing.md).
62+
options:
63+
- label: I agree to follow the Contributing Instructions
64+
required: true

0 commit comments

Comments
 (0)