From 5c43a6a57d33fe8f80f797c83841c04b9c8f1570 Mon Sep 17 00:00:00 2001 From: Chebotov Nickolay Date: Sun, 5 May 2019 00:33:02 +0300 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 44 ++++++++++++++++++++++++++++ 1 file changed, 44 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..6c1c170 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,44 @@ +--- +name: Bug report +about: Create a report to help us improve +title: BUG +labels: bug +assignees: '' + +--- + +### Describe the bug +A clear and concise description of what the bug is. +*Short summary (3-5 sentences) describing the issue.* + +### Assemblies affected + +*Which assemblies and versions are known to be affected?* + +### Steps to reproduce + +*The simplest set of steps to reproduce the issue. If possible, reference a commit that demonstrates the issue:* + +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error +... + +### Expected result + +A clear and concise description of what you expected to happen. +*What would happen if there wasn't a bug.* + +### Actual result + +*What is actually happening.* + +### Screenshots + +If applicable, add screenshots to help explain your problem. + +### Additional detail + +Add any other context about the problem here. +*Optional, details of the root cause if known.*