Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve bug report template. #7311

Merged
merged 1 commit into from
Jul 16, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 17 additions & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,18 @@ body:
attributes:
value: >
Thank you for filing a bug report. Please help us identify and resolve the bug by filling
out the following fields.
out the following fields. Before we begin, please make sure that the bug is still present in
the [latest](https://github.com/google/guava/releases/latest) version of Guava available.
If it's already fixed in the latest version of Guava, then please just update your Guava
version instead.

- type: input
attributes:
label: Guava Version
description: Which version of Guava are you using?
placeholder: e.g., 33.2.1-jre
validations:
required: true

- type: textarea
attributes:
Expand Down Expand Up @@ -72,6 +83,7 @@ body:
- Java 8
- Java 11
- Java 17
- Java 21

- type: checkboxes
attributes:
Expand All @@ -81,3 +93,7 @@ body:
I agree to follow the
[code of conduct](https://github.com/google/.github/blob/master/CODE_OF_CONDUCT.md).
required: true
- label: >
I can reproduce the bug with the
[latest](https://github.com/google/guava/releases/latest) version of Guava available.
required: true
Loading