Skip to content

Commit

Permalink
Suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan202 committed Sep 25, 2022
1 parent 0e7a8c7 commit ab8d97b
Showing 1 changed file with 20 additions and 16 deletions.
36 changes: 20 additions & 16 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,40 +8,44 @@ assignees: ""

### Describe the bug

<!--A clear and concise description of what the bug or issue is. -->
<!-- Provide 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 have verified that the issue is reproducible against the latest version
of the project.
- [ ] I have searched through existing issues to verify that 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. -->
<!-- Provide a clear and concise description of what happened. Please include
steps on how to reproduce the issue. -->

```java
If applicable and possible, please replace this section with the code that
triggered the isue.
```

<details>
<summary>Logs</summary>

```shell
your logs here
```sh
Please replace this sentence with log output, if applicable.
```

</details>
### Expected behavior
<!--A clear and concise description of what you expected to happen. -->
<!-- Provide a clear and concise description of what you expected to happen. -->
### 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.3.0`).
### Additional context
<!--Provide any other context about the problem here.-->
<!-- Provide any other context about the problem here. -->

0 comments on commit ab8d97b

Please sign in to comment.