From b222933bf8353739b55831a019215caade216121 Mon Sep 17 00:00:00 2001 From: Jelmer Borst Date: Tue, 6 Sep 2022 09:49:08 +0200 Subject: [PATCH] Introduce bug issue template --- .github/ISSUE_TEMPLATE/bug_report.md | 42 ++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000000..ec046f9f60b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -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. + +
+ Logs + + ```shell + your logs here + ``` +
+ +**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.