Merge pull request #14026 from vlsi/patch-1

Fix "Use case" -> "Possible solution" field name in feature request template
This commit is contained in:
Lukas Eder 2022-09-24 23:21:02 +02:00 committed by GitHub
commit 77015bbc52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@ body:
- type: textarea
id: solution
attributes:
label: Use case
label: Possible solution
description: |
Please describe a possible solution you'd like to see in jOOQ, ideally with example code.
Please note, it's not always easy to describe a good solution. Describing the use-case above is much more important to us.