jooq/.github/ISSUE_TEMPLATE/question.yaml
Lukas Eder 423069a6ce 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.
2024-03-12 09:19:22 +01:00

50 lines
2.0 KiB
YAML

name: Question
description: Anything you're not sure about? Just ask us
labels: ["T: Support request"]
body:
- type: markdown
attributes:
value: |
Please fill in all required fields with as many details as possible.
- type: textarea
id: question
attributes:
label: Your question
description: |
Before asking your question, please check out the FAQ too: https://www.jooq.org/faq.
Have you considered asking your question on Stack Overflow instead? https://stackoverflow.com/questions/tagged/jooq.
Many other users might have the same question, and they will find yours (and our answer) much more easily this way.
placeholder: Enter your question here
validations:
required: true
- type: input
id: jooq-version
attributes:
label: jOOQ Version
description: What jOOQ version and edition did you use?
placeholder: ex. jOOQ Professional Edition 3.17.2
validations:
required: true
- type: input
id: database-version
attributes:
label: Database product and version
description: |
What database version and distribution did you use (use e.g. `select version()`).
See this article on how to get the database version https://blog.jooq.org/how-to-get-an-rdbms-server-version-with-sql/)
placeholder: ex. PostgreSQL 15beta2 (Debian 15~beta2-1.pgdg110+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 10.2.1-6) 10.2.1 20210110, 64-bit
validations:
required: true
- type: input
id: java-version
attributes:
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: jdbc-version
attributes:
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