From 30892a2ebf49e1bf56530ad82306e25f64451aa0 Mon Sep 17 00:00:00 2001 From: Thomas Allmer Date: Mon, 14 Oct 2019 12:28:44 +0200 Subject: [PATCH] chore: add issue template --- .github/ISSUE_TEMPLATE/bug_report.md | 40 ++++++++++++++++++++++++++++ 1 file changed, 40 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 000000000..52f2d2a70 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,40 @@ +--- +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 + +This is the most important part. Without a simple way of reproducing the issue, we can not verify your bug. + +Here are a few ways you can help us to reproduce the issue: + +1. If you provide us with a Merge Request that has a failing test describing your issue, you are awesome :tada: +2. Alternatively, if it's a more complex bug, it would be even better to create a dedicated repository that we can work on. Please share the link here. +3. If none of the above is possible, please provide us with a list of actions to reproduce the issue (Beware that we will prioritize issues we can reproduce) + +Steps to reproduce the behavior: + +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +## 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.