-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathbug.yml
More file actions
80 lines (72 loc) · 1.71 KB
/
bug.yml
File metadata and controls
80 lines (72 loc) · 1.71 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
name: "🐞 Bug Report"
description: "Report a bug or defect"
type: "Bug"
body:
- type: textarea
id: summary
attributes:
label: "🐞 Summary"
description: "Short, specific, action-oriented description"
placeholder: "Describe the bug..."
validations:
required: true
- type: dropdown
id: platform
attributes:
label: "📱 Platform"
options:
- iOS
- Android
- Web
- All
validations:
required: true
- type: input
id: device
attributes:
label: "Device / OS"
placeholder: "e.g. iPhone 15 / iOS 18.1"
- type: input
id: app_version
attributes:
label: "App version / Build number"
placeholder: "e.g. 2.18.1.9048"
- type: textarea
id: steps
attributes:
label: "🔁 Steps to Reproduce"
description: "Step-by-step instructions"
placeholder: |
1. Go to...
2. Click on...
3. Observe...
validations:
required: true
- type: textarea
id: expected
attributes:
label: "✅ Expected Result"
description: "What should happen"
validations:
required: true
- type: textarea
id: actual
attributes:
label: "❌ Actual Result"
description: "What actually happens"
validations:
required: true
- type: textarea
id: attachments
attributes:
label: "📎 Attachments"
description: "Screenshots, video, logs"
- type: textarea
id: related
attributes:
label: "🔗 Related"
description: "Acceptance criteria, design/spec link, PR/commit, Jira link"
placeholder: |
- Acceptance criteria:
- Design / Spec link:
- PR / Commit (if known):