From 226eae6f8caa5f77f836cce8550955189fd16708 Mon Sep 17 00:00:00 2001 From: Sascha Mann Date: Sun, 5 Jul 2020 16:22:50 +0200 Subject: [PATCH] Add bug report issue template --- .github/ISSUE_TEMPLATE/bug_report.md | 29 ++++++++++++++++++++++++++++ 1 file changed, 29 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 0000000..f055ea7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,29 @@ +--- +name: Bug report +about: Create a report to help us improve +title: "[BUG] " +labels: bug +assignees: SaschaMann + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Workflow file to reproduce the behavior: + +```yaml + +``` + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots/Build logs** +If applicable, add screenshots to help explain your problem. + +If possible, set the repo secret `ACTIONS_STEP_DEBUG` to `true` to [enable debug logs](https://github.com/actions/toolkit/blob/master/docs/action-debugging.md#how-to-access-step-debug-logs) and run the build again for more detailled logs. + +**Additional context** +Add any other context about the problem here.