From aef306109d69247728d31a5d6e63de265f167d48 Mon Sep 17 00:00:00 2001 From: Kitsune TSUYUSATO Date: Fri, 23 Aug 2019 19:09:52 +0900 Subject: [PATCH] Update issue template --- .github/ISSUE_TEMPLATE/bug_report.md | 41 +++++++++++----------------- 1 file changed, 16 insertions(+), 25 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index dd84ea7..7cf33ff 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -2,37 +2,28 @@ name: Bug report about: Create a report to help us improve title: '' -labels: '' -assignees: '' - +labels: bug +assignees: MakeNowJust --- -**Describe the bug** +## Describe the bug + A clear and concise description of what the bug is. -**To Reproduce** -Steps to reproduce the behavior: -1. Go to '...' -2. Click on '....' -3. Scroll down to '....' -4. See error +## To Reproduce + +**Code**: -**Expected behavior** -A clear and concise description of what you expected to happen. +```go +// Minimal code for reproduce the bug +``` -**Screenshots** -If applicable, add screenshots to help explain your problem. +**Expected**: -**Desktop (please complete the following information):** - - OS: [e.g. iOS] - - Browser [e.g. chrome, safari] - - Version [e.g. 22] +**Actual**: -**Smartphone (please complete the following information):** - - Device: [e.g. iPhone6] - - OS: [e.g. iOS8.1] - - Browser [e.g. stock browser, safari] - - Version [e.g. 22] +## Environment -**Additional context** -Add any other context about the problem here. +- OS: [e.g. Windows, macOS, Linux] +- Go: [e.g. 1.12.9] +- Version: [e.g. 1.0.0]