From 2593a81bf0ca9fb39e1a4a82ab1123616435ddf7 Mon Sep 17 00:00:00 2001 From: Christoph Polcin Date: Tue, 19 Jun 2018 08:36:40 +0200 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 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..269643f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,27 @@ +--- +name: Bug report +about: Create a report to help us improve + +--- + +Hello Collaborators, + +**Describe the bug** +A short description of what you think the bug is. + +**Software** + - OS: + - Golang: + - Version: + +**To Reproduce** +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected** +A short description of what you expected to happen. + +**Additional context** +Add any other context about the problem here.