-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
20 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,43 +1,45 @@ | ||
--- | ||
name: Bug report | ||
name: 🐛 Bug report | ||
about: Create a report to help us improve. | ||
title: '' | ||
title: "" | ||
labels: bug | ||
assignees: '' | ||
|
||
assignees: "" | ||
--- | ||
|
||
**Describe the bug** | ||
|
||
A clear and concise description of what the bug or issue is. | ||
<!--A clear and concise description of what the bug or issue is. --> | ||
|
||
- [ ] I've verified the issue is reproducible against the latest version of the project. | ||
- [ ] I've checked the existing issues to verify this issue is not already known. | ||
- [ ] I've verified the issue is reproducible against the latest version of the | ||
project. | ||
- [ ] I've checked the existing issues to verify this issue is not already | ||
known. | ||
|
||
**Minimal Reproducible Example** | ||
|
||
A clear and concise description of what happened. | ||
Please include steps on how to reproduce the issue. | ||
<!--A clear and concise description of what happened. | ||
Please include steps on how to reproduce the issue. --> | ||
|
||
<details> | ||
<summary>Logs</summary> | ||
|
||
```shell | ||
your logs here | ||
``` | ||
```shell | ||
your logs here | ||
``` | ||
|
||
</details> | ||
|
||
**Expected behavior** | ||
|
||
A clear and concise description of what you expected to happen. | ||
<!--A clear and concise description of what you expected to happen. --> | ||
|
||
**Details setup (please complete the following information):** | ||
|
||
- Operating system (e.g. MacOS Monterey) | ||
- Java version (i.e. `java --version`, e.g. `17.0.3`) | ||
- Error Prone version [e.g. `2.15.0`] | ||
- Error Prone Support version [e.g. `0.2.0`] | ||
- Operating system (e.g. MacOS Monterey) | ||
- Java version (i.e. `java --version`, e.g. `17.0.3`) | ||
- Error Prone version [e.g. `2.15.0`] | ||
- Error Prone Support version [e.g. `0.2.0`] | ||
|
||
**Additional context** | ||
|
||
Provide any other context about the problem here. | ||
<!--Provide any other context about the problem here.--> |