From a1c30dfc53ddf86e4b82fdbec0812257d9ad96e6 Mon Sep 17 00:00:00 2001 From: Edward Thomson Date: Thu, 3 Oct 2019 00:17:33 +0200 Subject: [PATCH] Add a bug report issue template (#160) Provide an issue template that will help people locate the GitHub Community forum for GitHub Actions. --- .github/ISSUE_TEMPLATE/bug_report.md | 36 ++++++++++++++++++++++++++++ 1 file changed, 36 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 00000000..d205077e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,36 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + + + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior. + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Code Snippet** +If applicable, add a code snippet to help explain your problem. + +**Additional information** +Add any other context about the problem here.