From 1f588f6075321f4607e8130084b1feb30ff1b75b Mon Sep 17 00:00:00 2001 From: Vladimir Sitnikov Date: Sat, 24 Sep 2022 19:22:44 +0300 Subject: [PATCH] Fix "Use case" -> "Possible solution" field name in feature request template feature_request.yaml had two "use case" fields --- .github/ISSUE_TEMPLATE/feature_request.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml b/.github/ISSUE_TEMPLATE/feature_request.yaml index c7def4eb32..d8a73389ce 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yaml +++ b/.github/ISSUE_TEMPLATE/feature_request.yaml @@ -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.