Skip to content

Commit

Permalink
Small tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
japborst committed Sep 23, 2022
1 parent ac03445 commit e686b3b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,19 @@ 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. -->

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

<!-- Please complete the following information: -->

- Operating system (e.g. MacOS Monterey)
- Java version (i.e. `java --version`, e.g. `17.0.3`)
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Before doing so, please:

When filing a bug report, please include the following:
- Any relevant information about your environment. This should generally
include the output of `java -version`, as well as the version of Error Prone
include the output of `java --version`, as well as the version of Error Prone
you're using.
- A description of what is going on (e.g. logging output, stacktraces).
- A minimum reproducible example, so that other developers can try to reproduce
Expand Down

0 comments on commit e686b3b

Please sign in to comment.