Skip to content

Commit d8a6d9c

Browse files
Merge pull request #468 from alo7lika/test
ADD Front end Issue Report Template
2 parents e839495 + ca67f98 commit d8a6d9c

File tree

1 file changed

+51
-0
lines changed

1 file changed

+51
-0
lines changed
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
name: "🌐 Frontend Issue Report"
2+
description: "Create a detailed report to help us improve the frontend user experience."
3+
title: "FRONTEND ISSUE:"
4+
labels: ["Frontend", "Bug"]
5+
body:
6+
- type: checkboxes
7+
attributes:
8+
label: "Preliminary Checks"
9+
description: "Please confirm the following before reporting a frontend issue."
10+
options:
11+
- label: "I have checked the browser console for errors"
12+
required: true
13+
- label: "I have searched the existing issues"
14+
required: true
15+
- label: "I have included my browser name and version"
16+
required: true
17+
- label: "I have included my operating system"
18+
required: true
19+
- label: "I have included my device type (desktop/mobile/tablet)"
20+
required: true
21+
- type: textarea
22+
attributes:
23+
label: "Issue Summary"
24+
description: "Provide a concise summary of the issue, including what you expected to happen and what actually happened."
25+
validations:
26+
required: true
27+
- type: textarea
28+
attributes:
29+
label: "Steps to Reproduce"
30+
description: "List the steps to reproduce the issue, including which pages or components are affected."
31+
validations:
32+
required: true
33+
- type: textarea
34+
attributes:
35+
label: "Expected vs Actual Behavior"
36+
description: "What did you expect to happen instead of the current behavior?"
37+
validations:
38+
required: false
39+
- type: textarea
40+
attributes:
41+
label: "Screenshots/Recordings"
42+
description: "If applicable, attach screenshots or recordings that illustrate the issue."
43+
validations:
44+
required: false
45+
- type: checkboxes
46+
attributes:
47+
label: "Additional Information"
48+
options:
49+
- label: "I agree to follow this project's Code of Conduct"
50+
required: true
51+
- label: "I can provide more details if needed"

0 commit comments

Comments
 (0)