From daa13d0b5dc2a44fa5472a0d0e1f2ea26e855382 Mon Sep 17 00:00:00 2001 From: Torkel Rogstad Date: Thu, 20 Jun 2019 17:26:02 +0200 Subject: [PATCH] Update bug report template --- .github/ISSUE_TEMPLATE/bug_report.md | 31 ++++++++++++++++++++++++++++ 1 file changed, 31 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 0000000000..ab534f39c8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,31 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: bug +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Generate a '...' +2. Pass it into '...' +3. Try to '...' +4. Get error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Logs** +If applicable, add logs to help show your problem. + +**Platform (please complete the following information):** + - OS: [Linux | macOS | Windows] (delete the ones that are not relevant) + - Version [e.g. 0.1.0] + +**Additional context** +Add any other context about the problem here.