Remove OS from issue templates
I don't recall a single time when the OS was relevant. Let's remove it from the issue templates, increasing the probability that users will fill in the other, more important fields.
This commit is contained in:
parent
b995b0c015
commit
423069a6ce
10
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
10
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
@ -61,15 +61,9 @@ body:
|
||||
label: Java Version
|
||||
description: What JDK version and distribution did you use (use `java -version`)
|
||||
placeholder: ex. openjdk version "17" 2021-09-14
|
||||
- type: input
|
||||
id: os-version
|
||||
attributes:
|
||||
label: OS Version
|
||||
description: What operating system version and distribution did you use (use e.g. `ver` on Windows)
|
||||
placeholder: ex. Microsoft Windows [Version 10.0.22000.856]
|
||||
- type: input
|
||||
id: jdbc-version
|
||||
attributes:
|
||||
label: JDBC driver name and version (include name if unofficial driver)
|
||||
description: What JDBC driver name and version did you use.
|
||||
label: JDBC / R2DBC driver name and version (include name if unofficial driver)
|
||||
description: What JDBC or R2DBC driver name and version did you use.
|
||||
placeholder: ex. org.postgresql:postgresql:42.4.2
|
||||
|
||||
10
.github/ISSUE_TEMPLATE/feature_request.yaml
vendored
10
.github/ISSUE_TEMPLATE/feature_request.yaml
vendored
@ -58,15 +58,9 @@ body:
|
||||
label: Java Version
|
||||
description: What JDK version and distribution did you use (use `java -version`)
|
||||
placeholder: ex. openjdk version "17" 2021-09-14
|
||||
- type: input
|
||||
id: os-version
|
||||
attributes:
|
||||
label: OS Version
|
||||
description: What operating system version and distribution did you use (use e.g. `ver` on Windows)
|
||||
placeholder: ex. Microsoft Windows [Version 10.0.22000.856]
|
||||
- type: input
|
||||
id: jdbc-version
|
||||
attributes:
|
||||
label: JDBC driver name and version (include name if unofficial driver)
|
||||
description: What JDBC driver name and version did you use.
|
||||
label: JDBC / R2DBC driver name and version (include name if unofficial driver)
|
||||
description: What JDBC or R2DBC driver name and version did you use.
|
||||
placeholder: ex. org.postgresql:postgresql:42.4.2
|
||||
|
||||
10
.github/ISSUE_TEMPLATE/question.yaml
vendored
10
.github/ISSUE_TEMPLATE/question.yaml
vendored
@ -41,15 +41,9 @@ body:
|
||||
label: Java Version
|
||||
description: What JDK version and distribution did you use (use `java -version`)
|
||||
placeholder: ex. openjdk version "17" 2021-09-14
|
||||
- type: input
|
||||
id: os-version
|
||||
attributes:
|
||||
label: OS Version
|
||||
description: What operating system version and distribution did you use (use e.g. `ver` on Windows)
|
||||
placeholder: ex. Microsoft Windows [Version 10.0.22000.856]
|
||||
- type: input
|
||||
id: jdbc-version
|
||||
attributes:
|
||||
label: JDBC driver name and version (include name if unofficial driver)
|
||||
description: What JDBC driver name and version did you use.
|
||||
label: JDBC / R2DBC driver name and version (include name if unofficial driver)
|
||||
description: What JDBC or R2DBC driver name and version did you use.
|
||||
placeholder: ex. org.postgresql:postgresql:42.4.2
|
||||
|
||||
Loading…
Reference in New Issue
Block a user