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:
Lukas Eder 2024-03-12 09:19:22 +01:00
parent b995b0c015
commit 423069a6ce
3 changed files with 6 additions and 24 deletions

View File

@ -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

View File

@ -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

View File

@ -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