Merge pull request #359 from mizzunet/patch-1

Enhancements to bug_report.md
This commit is contained in:
Zack 2021-04-13 15:36:39 -07:00 committed by GitHub
commit 85a0bfb898
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 25 additions and 13 deletions

View File

@ -2,28 +2,40 @@
name: Bug report name: Bug report
about: Create a report to help us improve about: Create a report to help us improve
title: '' title: ''
labels: '' labels: bug
assignees: '' assignees: ''
--- ---
<!-- The comments between these brackets won't show up in the submitted issue (as you can see in the Preview). -->
**Please try to [download the latest version](https://github.com/schollz/croc/releases/latest) of croc before reporting a bug!**
**Describe the bug** <!-- Please try to download latest, https://github.com/schollz/croc/releases/latest of croc before reporting a 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: Steps to reproduce the behavior:
1. Go to '...' <-- 1. Go to '...'
2. Click on '....' 2. Click on '....'
3. Scroll down to '....' 3. Scroll down to '....'
4. See error 4. See error -->
**Expected behavior** 1.
A clear and concise description of what you expected to happen. 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.