f2be036bac
* feat: new issue templates * fix: unique ids * fix: typo * fix: tabbing * Update bug.yml * Update suggest.yml Co-authored-by: dicedtomato <35403473+diced@users.noreply.github.com>
45 lines
1.1 KiB
YAML
45 lines
1.1 KiB
YAML
name: Bug
|
|
description: File a bug report
|
|
title: 'Bug: '
|
|
labels: ['bug']
|
|
body:
|
|
- type: textarea
|
|
id: what-happened
|
|
attributes:
|
|
label: What happened?
|
|
description: Provide steps to reproduce the bug, and some context.
|
|
value: 'A bug happened!'
|
|
validations:
|
|
required: true
|
|
- type: dropdown
|
|
id: version
|
|
attributes:
|
|
label: Version
|
|
description: What version of Zipline are you using?
|
|
options:
|
|
- upstream
|
|
- latest
|
|
validations:
|
|
required: true
|
|
- type: dropdown
|
|
id: browsers
|
|
attributes:
|
|
label: What browser(s) are you seeing the problem on?
|
|
multiple: true
|
|
options:
|
|
- Firefox
|
|
- Chrome
|
|
- Safari
|
|
- Microsoft Edge
|
|
- type: textarea
|
|
id: zipline-logs
|
|
attributes:
|
|
label: Zipline Logs
|
|
description: Please copy and paste any relevant log output.
|
|
render: shell
|
|
- type: textarea
|
|
id: browser-logs
|
|
attributes:
|
|
label: Browser Logs
|
|
description: Please copy and paste any relevant log output.
|
|
render: shell
|