Skip to content

Commit

Permalink
Suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
rickie committed Sep 6, 2022
1 parent 5ccdf17 commit b3708ce
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Bug report
about: Create a report to help us improve
about: Create a report to help us improve.
title: ''
labels: bug
assignees: ''
Expand All @@ -14,13 +14,14 @@ 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.

**Minimum Reproducible Example**
**Minimal Reproducible Example**

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
```
Expand All @@ -30,13 +31,13 @@ A clear and concise description of what happened.

A clear and concise description of what you expected to happen.

**Setup (please complete the following information):**
**Details setup (please complete the following information):**

- Operating System (e.g. MacOS Monterey)
- Java Version (i.e. `java --version`, e.g. `17`)
- Error Prone Version [e.g. `2.15`]
- 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**

Add any other context about the problem here.
Provide any other context about the problem here.

0 comments on commit b3708ce

Please sign in to comment.