-
Notifications
You must be signed in to change notification settings - Fork 113
Add initial report draft #1062
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Add initial report draft #1062
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,100 @@ | ||
| name: Bug Report | ||
| description: Create a bug report | ||
| labels: ["type: bug"] | ||
| body: | ||
|
|
||
| - type: markdown | ||
| attributes: | ||
| value: | | ||
| Thank you for contributing with Quarkus OpenAPI Generator with this bug report! Submit your issue below: | ||
|
|
||
| - type: markdown | ||
| attributes: | ||
| value: | | ||
| ## Bug Report | ||
|
|
||
| - type: dropdown | ||
| id: extension | ||
| attributes: | ||
| label: "Tell us the extension you're using" | ||
| multiple: false | ||
| options: | ||
| - Client | ||
| - Server | ||
| - Mock | ||
| validations: | ||
| required: true | ||
|
|
||
| - type: textarea | ||
| id: i-tried-this | ||
| attributes: | ||
| label: "I tried this:" | ||
| placeholder: "What did you try to do? A code snippet or example helps." | ||
| validations: | ||
| required: true | ||
|
|
||
| - type: textarea | ||
| id: instead-what-happened | ||
| attributes: | ||
| label: "This happened:" | ||
| placeholder: "What happened instead of what you've expected?" | ||
| validations: | ||
| required: true | ||
|
|
||
| - type: textarea | ||
| id: what-did-you-expect | ||
| attributes: | ||
| label: "I expected this:" | ||
| placeholder: "What did you expect to happen? Describe the output or behavior you expected to see (unless it's obvious)." | ||
|
|
||
| - type: textarea | ||
| id: workaround | ||
| attributes: | ||
| label: "Is there a workaround?" | ||
| placeholder: "What's the workaround to avoid this issue?" | ||
|
|
||
| - type: textarea | ||
| id: reproduce | ||
| attributes: | ||
| label: "How can we try to reproduce the issue?" | ||
| placeholder: "What steps or configuration do we need to reproduce the erratic behavior?" | ||
|
|
||
| - type: textarea | ||
| attributes: | ||
| label: Anything else? | ||
| placeholder: | | ||
| Links? References? Logs? Anything that will give us more context about the issue you are encountering. | ||
| Tip: You can attach images or log files by dragging files in. | ||
|
|
||
| - type: markdown | ||
| attributes: | ||
| value: | | ||
| ## Environment | ||
jghagemann marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
|
||
| - type: input | ||
| attributes: | ||
| label: Output of `uname -a` or `ver` | ||
| - type: input | ||
| attributes: | ||
| label: Output of `java -version` | ||
| - type: input | ||
| attributes: | ||
| label: Quarkus OpenApi version or git rev | ||
| - type: input | ||
| attributes: | ||
| label: Build tool (ie. output of `mvnw --version` or `gradlew --version`) | ||
| - type: textarea | ||
| attributes: | ||
| label: Additional information | ||
| description: > | ||
| If you have any additional information for us, please feel free to use the field below. | ||
| You can attach screenshots or screen recordings here, by | ||
| dragging and dropping files in the field below. | ||
|
|
||
| - type: textarea | ||
| attributes: | ||
| label: Community Notes | ||
| value: | | ||
| <!-- Please keep this note for the community --> | ||
| * Please vote by adding a 👍 reaction to the issue to help us prioritize. | ||
| * If you are interested to work on this issue, please leave a comment.name: Bug Report 🐞 | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,60 @@ | ||
| name: Feature Request | ||
| description: Request a new feature | ||
| labels: ["type: feature"] | ||
| body: | ||
|
|
||
| - type: markdown | ||
| attributes: | ||
| value: | | ||
| :pray: Thanks for taking the time to fill out this feature request! | ||
|
|
||
| - type: markdown | ||
| attributes: | ||
| value: | | ||
| ## Feature Request | ||
|
|
||
| - type: dropdown | ||
| id: extension | ||
| attributes: | ||
| label: "Tell us the extension to which you'd like to add the feature." | ||
| multiple: false | ||
| options: | ||
| - Client | ||
| - Server | ||
| - Mock | ||
| validations: | ||
| required: true | ||
|
|
||
| - type: textarea | ||
| id: what-would-you-like-to-add | ||
| attributes: | ||
| label: "What kind of feature would you like to add?" | ||
| placeholder: "Description of the feature you'd like to see." | ||
| validations: | ||
| required: true | ||
|
|
||
| - type: textarea | ||
| id: proposals | ||
| attributes: | ||
| label: "Proposal(s):" | ||
| placeholder: "Describe your proposal(s) and any relevant details here." | ||
|
|
||
| - type: textarea | ||
| id: alternatives | ||
| attributes: | ||
| label: "Alternative(s):" | ||
| placeholder: "Describe any alternative approaches, options, or suggestions you’d like to consider." | ||
|
|
||
| - type: textarea | ||
| id: additional-info | ||
| attributes: | ||
| label: "Additional info:" | ||
| placeholder: "Provide any supplementary details, context, or supporting information here." | ||
|
|
||
| - type: textarea | ||
| attributes: | ||
| label: Community Notes | ||
| value: | | ||
| <!-- Please keep this note for the community --> | ||
| * Please vote by adding a 👍 reaction to the feature to help us prioritize. | ||
| * If you want to work on this feature, please leave a comment. |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.