diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index bde97df8e35a..1a38307ad4de 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -39,6 +39,13 @@ body: validations: required: true + - type: input + attributes: + label: Guava Version + description: Guava version for which you encountered the bug, for example `32.1.3-jre`. + validations: + required: true + - type: dropdown attributes: label: Packages @@ -72,6 +79,7 @@ body: - Java 8 - Java 11 - Java 17 + - Java 21 - type: checkboxes attributes: diff --git a/.github/ISSUE_TEMPLATE/feature_addition_request.yaml b/.github/ISSUE_TEMPLATE/feature_addition_request.yaml index bf717c3c48c4..f6af2f387f4c 100644 --- a/.github/ISSUE_TEMPLATE/feature_addition_request.yaml +++ b/.github/ISSUE_TEMPLATE/feature_addition_request.yaml @@ -9,7 +9,7 @@ body: Be aware, though: most feature requests are not accepted, even if they're suggested by - a full-time Guava team member. [Feedback](http://stackoverflow.com/a/4543114/869736) from + a full-time Guava team member. [Feedback](https://stackoverflow.com/a/4543114) from our users indicates that they really appreciate Guava's high power-to-weight ratio. It's important to us to keep Guava as easy to use and understand as we can. That means boiling features down to compact but powerful abstractions, and controlling feature bloat carefully. diff --git a/.github/ISSUE_TEMPLATE/feature_enhancement_request.yaml b/.github/ISSUE_TEMPLATE/feature_enhancement_request.yaml index 5599972aa4fe..2221e8e3b138 100644 --- a/.github/ISSUE_TEMPLATE/feature_enhancement_request.yaml +++ b/.github/ISSUE_TEMPLATE/feature_enhancement_request.yaml @@ -9,7 +9,7 @@ body: Be aware, though: most feature requests are not accepted, even if they're suggested by - a full-time Guava team member. [Feedback](http://stackoverflow.com/a/4543114/869736) from + a full-time Guava team member. [Feedback](https://stackoverflow.com/a/4543114) from our users indicates that they really appreciate Guava's high power-to-weight ratio. It's important to us to keep Guava as easy to use and understand as we can. That means boiling features down to compact but powerful abstractions, and controlling feature bloat carefully.