-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBUG_REPORT.yml
More file actions
61 lines (54 loc) · 1.6 KB
/
BUG_REPORT.yml
File metadata and controls
61 lines (54 loc) · 1.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
name: "Bug Report"
description: "Report a bug or issue with the project"
title: "[Bug]: [Enter a brief description]"
labels: ["bug", "needs-triage"]
assignees: ["@username"]
body:
- type: markdown
attributes:
value: |
Thank you for helping improve this project! Please provide detailed information to help us understand and fix the issue.
- type: textarea
id: steps-to-reproduce
attributes:
label: "Steps to Reproduce"
description: "List the exact steps to reproduce the issue"
placeholder: "1. Go to...\n2. Click on...\n3. Scroll down to..."
validations:
required: true
- type: textarea
id: expected-behavior
attributes:
label: "Expected Behavior"
description: "What did you expect to happen?"
placeholder: "Expected the application to..."
validations:
required: true
- type: textarea
id: actual-behavior
attributes:
label: "Actual Behavior"
description: "What actually happened?"
placeholder: "Actual behavior observed..."
validations:
required: true
- type: input
id: operating-system
attributes:
label: "Operating System"
placeholder: "e.g., Windows 10, macOS Big Sur"
validations:
required: true
- type: input
id: browser
attributes:
label: "Browser and Version"
placeholder: "e.g., Chrome 90, Firefox 87"
validations:
required: true
- type: textarea
id: additional-info
attributes:
label: "Additional Information"
description: "Provide any other details that might be useful."
placeholder: "Logs"