Introduce GitHub issue template for reporting a bug (#223)

This commit is contained in:
Jelmer Borst
2022-09-25 11:26:12 +02:00
committed by GitHub
parent 1473a70de8
commit 7f18bd9030
2 changed files with 52 additions and 1 deletions

View File

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