Customize bug report default and add tide bug-report command

This commit is contained in:
Ilan Cosman 2020-06-06 18:43:37 -07:00
parent 2e09a7e452
commit 30246d6a11
4 changed files with 21 additions and 21 deletions

View File

@ -1,10 +1,9 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''
title: ""
labels: ""
assignees: ""
---
**Describe the bug**
@ -12,10 +11,10 @@ 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
1. Set '....' to '....'
2. Run '....'
3. See error
**Expected behavior**
A clear and concise description of what you expected to happen.
@ -23,16 +22,11 @@ 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]
**Environment (please complete the following information):**
**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]
- OS: (e.g. Ubuntu 20.04)
- Fish Version: (run `fish --version`)
- Tide Version: (run `tide --version`)
**Additional context**
Add any other context about the problem here.

View File

@ -1,10 +1,9 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
assignees: ''
title: ""
labels: ""
assignees: ""
---
**Is your feature request related to a problem? Please describe.**

View File

@ -0,0 +1,5 @@
function tide_bug-report
for var in $_tide_var_list
printf '%s\n' "$var $$var"
end
end

View File

@ -6,10 +6,12 @@ function tide_help -a subcommand
set -g subcommandList \
'configure' \
'uninstall' \
'bug-report' \
'help'
set -g descriptionList \
'run interactive configuration wizard' \
'uninstall tide theme' \
'print tide configuration for use in bug reports' \
'print this help message'
if contains $subcommand $subcommandList