Skip to content

Commit

Permalink
Introduce bug issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
japborst authored Sep 6, 2022
1 parent 4c8e125 commit 5ccdf17
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
assignees: ''

---

**Describe the bug**

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**

A clear and concise description of what happened.

<details>
<summary>Logs</summary>

```shell
your logs here
```
</details>

**Expected behavior**

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`)
- Error Prone Version [e.g. `2.15`]
- Error Prone Support Version [e.g. `0.2.0`]

**Additional context**

Add any other context about the problem here.

0 comments on commit 5ccdf17

Please sign in to comment.