Skip to content

Commit b5f7e9b

Browse files
committed
Create bug-report.yml
1 parent c39064c commit b5f7e9b

1 file changed

Lines changed: 67 additions & 0 deletions

File tree

Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
name: 🐛 Bug Report
2+
description: Report a bug
3+
labels: [Bug]
4+
body:
5+
- type: textarea
6+
id: description
7+
attributes:
8+
label: Describe the bug
9+
description: What is the problem? A clear and concise description of the bug.
10+
validations:
11+
required: true
12+
13+
- type: textarea
14+
id: reproduction
15+
attributes:
16+
label: Reproduction Steps
17+
description: |
18+
Provide a self-contained, concise snippet of code that can be used to reproduce the issue.
19+
For more complex issues provide a repo with the smallest sample that reproduces the bug.
20+
validations:
21+
required: true
22+
23+
- type: textarea
24+
id: expected
25+
attributes:
26+
label: Expected Behavior
27+
description: What did you expect to happen?
28+
validations:
29+
required: true
30+
31+
- type: textarea
32+
id: current
33+
attributes:
34+
label: Current Behavior
35+
description: |
36+
What actually happened?
37+
38+
Please include full errors, uncaught exceptions, stack traces, and relevant logs.
39+
If service/functions responses are relevant, please include wire logs.
40+
validations:
41+
required: true
42+
43+
- type: textarea
44+
id: context
45+
attributes:
46+
label: Additional Information/Context
47+
description: |
48+
Anything else that might be relevant for troubleshooting this bug.
49+
Providing context helps us come up with a solution that is most useful in the real world.
50+
validations:
51+
required: false
52+
53+
- type: input
54+
id: version
55+
attributes:
56+
label: papyrus-compiler version
57+
description:
58+
validations:
59+
required: true
60+
61+
- type: textarea
62+
id: environment
63+
attributes:
64+
label: Environment details (OS name and version, etc.)
65+
description:
66+
validations:
67+
required: true

0 commit comments

Comments
 (0)