Skip to content

Commit

Permalink
Merge pull request #18421 from gastaldi/issue_forms
Browse files Browse the repository at this point in the history
Migrate to GitHub Issue Forms
  • Loading branch information
gsmet authored Jul 12, 2021
2 parents 10ba8ac + 9706644 commit 1abc588
Show file tree
Hide file tree
Showing 8 changed files with 120 additions and 105 deletions.
53 changes: 0 additions & 53 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

62 changes: 62 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
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.
22 changes: 0 additions & 22 deletions .github/ISSUE_TEMPLATE/extension_proposal.md

This file was deleted.

26 changes: 26 additions & 0 deletions .github/ISSUE_TEMPLATE/extension_proposal.yml
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.
16 changes: 0 additions & 16 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

16 changes: 16 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
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
14 changes: 0 additions & 14 deletions .github/ISSUE_TEMPLATE/housekeeping.md

This file was deleted.

16 changes: 16 additions & 0 deletions .github/ISSUE_TEMPLATE/housekeeping.yml
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.

0 comments on commit 1abc588

Please sign in to comment.