-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #18421 from gastaldi/issue_forms
Migrate to GitHub Issue Forms
- Loading branch information
Showing
8 changed files
with
120 additions
and
105 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains 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,62 @@ | ||
name: Bug Report | ||
description: Report a bug in Quarkus | ||
labels: kind/bug | ||
body: | ||
- type: textarea | ||
validations: | ||
required: true | ||
attributes: | ||
label: Describe the bug | ||
description: >- | ||
Describe the issue you are experiencing here to communicate to the | ||
maintainers. Tell us what you were trying to do and what happened. | ||
Provide a clear and concise description of what the problem is. | ||
- type: textarea | ||
attributes: | ||
label: Expected behavior | ||
description: >- | ||
Describe the expected behavior clearly and concisely. | ||
- type: textarea | ||
attributes: | ||
label: Actual behavior | ||
description: >- | ||
Describe the actual behavior clearly and concisely. | ||
- type: textarea | ||
attributes: | ||
label: How to Reproduce? | ||
description: >- | ||
Link to a small reproducer (preferably a Maven project if the issue is not Gradle-specific) or attach an archive containing the reproducer to the issue. | ||
placeholder: | | ||
Reproducer: | ||
Steps to reproduce the behavior: | ||
1. | ||
2. | ||
3. | ||
- type: markdown | ||
attributes: | ||
value: | | ||
## Environment | ||
- type: input | ||
attributes: | ||
label: Output of `uname -a` or `ver` | ||
- type: input | ||
attributes: | ||
label: Output of `java -version` | ||
- type: input | ||
attributes: | ||
label: GraalVM version (if different from Java) | ||
- type: input | ||
attributes: | ||
label: Quarkus 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, use the field below. | ||
Please note, you can attach screenshots or screen recordings here, by | ||
dragging and dropping files in the field below. |
This file was deleted.
Oops, something went wrong.
This file contains 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,26 @@ | ||
name: Extension Proposal | ||
description: Propose a new extension in Quarkus | ||
labels: kind/extension-proposal | ||
body: | ||
- type: textarea | ||
validations: | ||
required: true | ||
attributes: | ||
label: Description | ||
description: >- | ||
Describe the extension clearly and concisely. | ||
value: | ||
Interested in this extension, please +1 via the emoji/reaction feature of GitHub (top right). | ||
- type: textarea | ||
attributes: | ||
label: Configuration suggestion | ||
placeholder: >- | ||
```properties | ||
# Add your application.properties here, if applicable. | ||
``` | ||
- type: textarea | ||
attributes: | ||
label: Additional context | ||
description: > | ||
Add any other context about the proposal here. |
This file was deleted.
Oops, something went wrong.
This file contains 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,16 @@ | ||
name: Feature request / Enhancement | ||
description: Request or propose a new feature/enhancement | ||
labels: kind/enhancement | ||
body: | ||
- type: textarea | ||
validations: | ||
required: true | ||
attributes: | ||
label: Description | ||
description: >- | ||
Describe the feature here. | ||
- type: textarea | ||
attributes: | ||
label: Implementation ideas | ||
description: >- | ||
If you have any implementation ideas, they can go here, however please note that all design change proposals should be posted to [the Quarkus developer mailing list](mailto:[email protected]) (or [the corresponding Google Group](https://groups.google.com/group/quarkus-dev); see [the decisions process document](https://github.com/quarkusio/quarkus/blob/main/DECISIONS.adoc) for more information |
This file was deleted.
Oops, something went wrong.
This file contains 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,16 @@ | ||
name: Housekeeping | ||
description: A generalized task or cleanup not associated with a bug report or enhancement | ||
labels: area/housekeeping | ||
body: | ||
- type: textarea | ||
validations: | ||
required: true | ||
attributes: | ||
label: Description | ||
description: >- | ||
Describe the task here. | ||
- type: textarea | ||
attributes: | ||
label: Implementation ideas | ||
description: >- | ||
If you have any implementation ideas, they can go here. |