Skip to content

Commit

Permalink
Merge pull request #32430 from gastaldi/report
Browse files Browse the repository at this point in the history
Include ID in the form inputs
  • Loading branch information
gastaldi committed Apr 5, 2023
2 parents 47972c2 + 8098365 commit 54ba8eb
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ description: Report a bug in Quarkus
labels: kind/bug
body:
- type: textarea
id: description
validations:
required: true
attributes:
Expand All @@ -13,16 +14,19 @@ body:
Provide a clear and concise description of what the problem is.
- type: textarea
id: expected_behavior
attributes:
label: Expected behavior
description: >-
Describe the expected behavior clearly and concisely.
- type: textarea
id: actual_behavior
attributes:
label: Actual behavior
description: >-
Describe the actual behavior clearly and concisely.
- type: textarea
id: how_to_reproduce
attributes:
label: How to Reproduce?
description: >-
Expand All @@ -33,27 +37,34 @@ body:
Steps to reproduce the behavior:
1.
2.
3.
3.
- type: markdown
id: environment
attributes:
value: |
## Environment
- type: input
id: uname
attributes:
label: Output of `uname -a` or `ver`
- type: input
id: java_version
attributes:
label: Output of `java -version`
- type: input
id: graalvm_version
attributes:
label: GraalVM version (if different from Java)
- type: input
id: quarkus_version
attributes:
label: Quarkus version or git rev
- type: input
id: build_tool
attributes:
label: Build tool (ie. output of `mvnw --version` or `gradlew --version`)
- type: textarea
id: additional_info
attributes:
label: Additional information
description: >
Expand Down
7 changes: 7 additions & 0 deletions .github/ISSUE_TEMPLATE/extension_proposal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ labels: [area/quarkiverse,kind/extension-proposal]
title: "[Extension Proposal] "
body:
- type: textarea
id: description
validations:
required: true
attributes:
Expand All @@ -13,6 +14,7 @@ body:
value:
Interested in this extension, please +1 via the emoji/reaction feature of GitHub (top right).
- type: input
id: repository_name
validations:
required: true
attributes:
Expand All @@ -22,6 +24,7 @@ body:
value: quarkus-<YOUR_EXTENSION>

- type: input
id: short_description
validations:
required: true
attributes:
Expand All @@ -30,6 +33,7 @@ body:
Please provide a short description (1 line) about this extension
- type: input
id: repository_url
validations:
required: false
attributes:
Expand All @@ -40,6 +44,7 @@ body:
https://quarkiverse.github.io/quarkiverse-docs/<REPOSITORY_NAME>/dev/

- type: textarea
id: repository_topics
attributes:
label: Repository Topics
description: "To help other people find and contribute to your project, you can add topics to your repository related to your project's intended purpose, subject area, affinity groups, or other important qualities. They must include only lowercase alphanumeric characters or hyphens and cannot start with a hyphen and consist of 35 characters or less"
Expand All @@ -49,13 +54,15 @@ body:
...
- type: textarea
id: team_members
attributes:
label: Team Members
description: "Please list the team members that will lead the development of this extension. If you are simply proposing an extension for others to pick up, leave it blank"
value: |
-
- type: textarea
id: additional_context
attributes:
label: Additional context
description: >
Expand Down
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@ description: Request or propose a new feature/enhancement
labels: kind/enhancement
body:
- type: textarea
id: description
validations:
required: true
attributes:
label: Description
description: >-
Describe the feature here.
- type: textarea
id: impl_ideas
attributes:
label: Implementation ideas
description: >-
Expand Down
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/housekeeping.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@ description: A generalized task or cleanup not associated with a bug report or e
labels: area/housekeeping
body:
- type: textarea
id: description
validations:
required: true
attributes:
label: Description
description: >-
Describe the task here.
- type: textarea
id: impl_ideas
attributes:
label: Implementation ideas
description: >-
Expand Down

0 comments on commit 54ba8eb

Please sign in to comment.