File tree Expand file tree Collapse file tree
.github/workflows/ISSUE_TEMPLATE Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments