From 455d858b0e2c0e6f00fe39095effb68ff2eedad7 Mon Sep 17 00:00:00 2001 From: Michael Vorburger Date: Sun, 7 Jan 2024 13:04:26 +0100 Subject: [PATCH] Add Actual behavior section to GitHub Bug Report Template --- .github/ISSUE_TEMPLATE/bug_report.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 7c3b1dbd..d3c7ecce 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -22,6 +22,9 @@ Steps to reproduce the behavior: **Expected behavior** A clear and concise description of what you expected to happen. +**Actual behavior** +A clear and concise description of what really happenend instead of the expected. + **`bazel query --output=build //path/to:target`** If your issue is about a specific target in your system working, Please include the output of `bazel query --output=build //path/to:target`,