From 87d22feb2891815e8cd87d04f0ca3fa229114477 Mon Sep 17 00:00:00 2001 From: Andrew Mason Date: Mon, 2 Sep 2019 22:31:44 -0400 Subject: [PATCH] Update issue templates (#8) --- .github/ISSUE_TEMPLATE/bug_report.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 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..c0cf39f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,25 @@ +# Bug Report + +## Describe the bug + +A clear and concise description of what the bug is. + +## To Reproduce + +Steps to reproduce the behavior. Please create a reproduction repo if you can. + +1. Action version: +2. Workflow: +3. Error message: + +## Expected behavior + +A clear and concise description of what you expected to happen. + +## Screenshots + +If applicable, add screenshots to help explain your problem. + +## Additional context + +Add any other context about the problem here.