Skip to content

Commit 5016c4b

Browse files
committed
Implementing form
1 parent 5c31b93 commit 5016c4b

File tree

2 files changed

+21
-15
lines changed

2 files changed

+21
-15
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 19 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ body:
5757
id: reproduce
5858
attributes:
5959
label: "How can we try to reproduce the issue?"
60-
placeholder: "What steps or configuration do we need to reproduce the erratic behaviour?"
60+
placeholder: "What steps or configuration do we need to reproduce the erratic behavior?"
6161

6262
- type: textarea
6363
attributes:
@@ -71,19 +71,25 @@ body:
7171
value: |
7272
## Environment
7373
74-
- type: dropdown
75-
id: areas
74+
- type: input
7675
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
76+
label: Output of `uname -a` or `ver`
77+
- type: input
78+
attributes:
79+
label: Output of `java -version`
80+
- type: input
81+
attributes:
82+
label: Quarkus OpenApi version or git rev
83+
- type: input
84+
attributes:
85+
label: Build tool (ie. output of `mvnw --version` or `gradlew --version`)
86+
- type: textarea
87+
attributes:
88+
label: Additional information
89+
description: >
90+
If you have any additional information for us, please feel free to use the field below.
91+
You can attach screenshots or screen recordings here, by
92+
dragging and dropping files in the field below.
8793
8894
- type: textarea
8995
attributes:

.github/ISSUE_TEMPLATE/feature-request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ body:
1616
- type: dropdown
1717
id: extension
1818
attributes:
19-
label: "Tell us the extension you're using"
19+
label: "Tell us the extension to which you'd like to add the feature."
2020
multiple: false
2121
options:
2222
- Client
@@ -57,4 +57,4 @@ body:
5757
value: |
5858
<!-- Please keep this note for the community -->
5959
* 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.
60+
* If you want to work on this feature, please leave a comment.

0 commit comments

Comments
 (0)