From e1964420a29193c90a1ac78a0b1df49fb1ad8a0d Mon Sep 17 00:00:00 2001 From: irongut Date: Mon, 10 May 2021 04:48:18 +0100 Subject: [PATCH] updated bug report template --- .github/ISSUE_TEMPLATE/bug-report.md | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index ab6b26c..053e027 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -11,17 +11,15 @@ assignees: irongut Provide a short description of the bug with any error message. -### Stack Trace -```c# -Add​ ​a​ ​stack​ ​trace​ ​if​ ​available​. +### Workflow File +```yaml +Add the​ ​relevant parts of your workflow, if possible. ``` -### To Reproduce -Steps to reproduce the behavior: -1. Go to '...' -2. Scroll down to '....' -3. Click on '....' -4. See error +### Actions Log +``` +Add​ the ​relevant part of the GitHub Actions log, if possible. +``` ### Expected Behavior A clear and concise description of what you expected to happen.