Skip to content

Commit 5c31b93

Browse files
committed
Add initial report draft
1 parent c9f4308 commit 5c31b93

File tree

2 files changed

+154
-0
lines changed

2 files changed

+154
-0
lines changed
Lines changed: 94 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,94 @@
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 behaviour?"
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: dropdown
75+
id: areas
76+
attributes:
77+
label: "Area(s)"
78+
multiple: true
79+
options:
80+
- Documentation
81+
- Schema
82+
- CTK
83+
- Examples
84+
- Use Cases
85+
- Community
86+
- Other
87+
88+
- type: textarea
89+
attributes:
90+
label: Community Notes
91+
value: |
92+
<!-- Please keep this note for the community -->
93+
* Please vote by adding a 👍 reaction to the issue to help us prioritize.
94+
* If you are interested to work on this issue, please leave a comment.name: Bug Report 🐞
Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
name: Feature Request
2+
description: Request a new feature
3+
labels: ["type: feature"]
4+
body:
5+
6+
- type: markdown
7+
attributes:
8+
value: |
9+
:pray: Thanks for taking the time to fill out this feature request!
10+
11+
- type: markdown
12+
attributes:
13+
value: |
14+
## Feature Request
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: what-would-you-like-to-add
30+
attributes:
31+
label: "What kind of feature would you like to add?"
32+
placeholder: "Description of the feature you'd like to see."
33+
validations:
34+
required: true
35+
36+
- type: textarea
37+
id: proposals
38+
attributes:
39+
label: "Proposal(s):"
40+
placeholder: "Describe your proposal(s) and any relevant details here."
41+
42+
- type: textarea
43+
id: alternatives
44+
attributes:
45+
label: "Alternative(s):"
46+
placeholder: "Describe any alternative approaches, options, or suggestions you’d like to consider."
47+
48+
- type: textarea
49+
id: additional-info
50+
attributes:
51+
label: "Additional info:"
52+
placeholder: "Provide any supplementary details, context, or supporting information here."
53+
54+
- type: textarea
55+
attributes:
56+
label: Community Notes
57+
value: |
58+
<!-- Please keep this note for the community -->
59+
* Please vote by adding a 👍 reaction to the feature to help us prioritize.
60+
* If you are interested to work on this feature, please leave a comment.

0 commit comments

Comments
 (0)