From 53f59069e8361d03ee0e06a58a847d85bb176575 Mon Sep 17 00:00:00 2001 From: slashformotion Date: Sat, 24 Jul 2021 12:02:20 +0200 Subject: [PATCH] Update template --- .github/ISSUE_TEMPLATE/bug_report.md | 34 ++++++++--------------- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- 2 files changed, 13 insertions(+), 23 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index dd84ea7..d4a4537 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -2,13 +2,22 @@ name: Bug report about: Create a report to help us improve title: '' -labels: '' +labels: triage assignees: '' --- -**Describe the bug** -A clear and concise description of what the bug is. +## What version of Go are you using (`$ hugo version`)? + +## What operating system and processor architecture are you using? + +## What did you do? + +## What did you expect to see? + +## What did you see instead? + +## Optional (best if completed) **To Reproduce** Steps to reproduce the behavior: @@ -17,22 +26,3 @@ Steps to reproduce the behavior: 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. - -**Desktop (please complete the following information):** - - OS: [e.g. iOS] - - Browser [e.g. chrome, safari] - - Version [e.g. 22] - -**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] - -**Additional context** -Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index bbcbbe7..11fc491 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -2,7 +2,7 @@ name: Feature request about: Suggest an idea for this project title: '' -labels: '' +labels: enhancement assignees: '' ---