1+ name : Bug Report
2+ description : Create a bug report
3+ labels : ["type: bug"]
4+ body :
5+
6+ - type : markdown
7+ attributes :
8+ value : |
9+ Thank you for contributing with Quarkus OpenAPI Generator with this bug report! Submit your issue below:
10+
11+ - type : markdown
12+ attributes :
13+ value : |
14+ ## Bug Report
15+
16+ - type : dropdown
17+ id : extension
18+ attributes :
19+ label : " Tell us the extension you're using"
20+ multiple : false
21+ options :
22+ - Client
23+ - Server
24+ - Mock
25+ validations :
26+ required : true
27+
28+ - type : textarea
29+ id : i-tried-this
30+ attributes :
31+ label : " I tried this:"
32+ placeholder : " What did you try to do? A code snippet or example helps."
33+ validations :
34+ required : true
35+
36+ - type : textarea
37+ id : instead-what-happened
38+ attributes :
39+ label : " This happened:"
40+ placeholder : " What happened instead of what you've expected?"
41+ validations :
42+ required : true
43+
44+ - type : textarea
45+ id : what-did-you-expect
46+ attributes :
47+ label : " I expected this:"
48+ placeholder : " What did you expect to happen? Describe the output or behavior you expected to see (unless it's obvious)."
49+
50+ - type : textarea
51+ id : workaround
52+ attributes :
53+ label : " Is there a workaround?"
54+ placeholder : " What's the workaround to avoid this issue?"
55+
56+ - type : textarea
57+ id : reproduce
58+ attributes :
59+ label : " How can we try to reproduce the issue?"
60+ placeholder : " What steps or configuration do we need to reproduce the erratic behavior?"
61+
62+ - type : textarea
63+ attributes :
64+ label : Anything else?
65+ placeholder : |
66+ Links? References? Logs? Anything that will give us more context about the issue you are encountering.
67+ Tip: You can attach images or log files by dragging files in.
68+
69+ - type : markdown
70+ attributes :
71+ value : |
72+ ## Environment
73+
74+ - type : input
75+ attributes :
76+ label : Output of `uname -a` or `ver`
77+ - type : input
78+ attributes :
79+ label : Output of `java -version`
80+ - type : input
81+ attributes :
82+ label : Quarkus OpenApi version or git rev
83+ - type : input
84+ attributes :
85+ label : Build tool (ie. output of `mvnw --version` or `gradlew --version`)
86+ - type : textarea
87+ attributes :
88+ label : Additional information
89+ description : >
90+ If you have any additional information for us, please feel free to use the field below.
91+ You can attach screenshots or screen recordings here, by
92+ dragging and dropping files in the field below.
93+
94+ - type : textarea
95+ attributes :
96+ label : Community Notes
97+ value : |
98+ <!-- Please keep this note for the community -->
99+ * Please vote by adding a 👍 reaction to the issue to help us prioritize.
100+ * If you are interested to work on this issue, please leave a comment.name: Bug Report 🐞
0 commit comments