From 4718f3897ca4c6558581753afcabf023f2c9c138 Mon Sep 17 00:00:00 2001 From: Missu Date: Thu, 8 Apr 2021 11:42:19 +0530 Subject: [PATCH] Commented, added bug label Commented lines need to be manually removed by the user, so no need to remove those anymore Added "big" label for this, so easily discoverable from the Issues list --- .github/ISSUE_TEMPLATE/bug_report.md | 38 ++++++++++++++++++---------- 1 file changed, 25 insertions(+), 13 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 4bd2780..02c4015 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -2,28 +2,40 @@ name: Bug report about: Create a report to help us improve title: '' -labels: '' +labels: bug assignees: '' --- + -**Please try to [download the latest version](https://github.com/schollz/croc/releases/latest) of croc before reporting a bug!** -**Describe the bug** -A clear and concise description of what the bug is. + -**To Reproduce** +## Describe the bug +<-- A clear and concise description of what the bug is. --> + + +## To Reproduce Steps to reproduce the behavior: -1. Go to '...' +<-- 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' -4. See error +4. See error --> -**Expected behavior** -A clear and concise description of what you expected to happen. +1. +2. +3. +4. + +## Expected behaviour +<-- A clear and concise description of what you expected to happen. --> + + +## Version +<-- Check "croc -v" and report it --> + + +## Additional context +<-- Add any other context about the problem here. --> -**Version** -Check `croc -version` and report it. -**Additional context** -Add any other context about the problem here.