mirror of https://github.com/CIRCL/lookyloo
chg: Use YAML template for bugs
parent
0835bcefa0
commit
181d11874b
|
@ -1,23 +1,37 @@
|
||||||
---
|
name: Bug Report
|
||||||
name: Bug
|
description: File a bug report
|
||||||
about: Report a bug
|
title: "[Bug]: "
|
||||||
labels: 'Bug'
|
labels: ["Bug", "triage"]
|
||||||
|
assignees:
|
||||||
---
|
- octocat
|
||||||
|
body:
|
||||||
|
- type: markdown
|
||||||
## Expected behavior
|
attributes:
|
||||||
|
value: |
|
||||||
|
Thanks for taking the time to fill out this bug report!
|
||||||
## Actual behavior
|
- type: textarea
|
||||||
|
id: what-happened
|
||||||
|
attributes:
|
||||||
## Steps to reproduce the problem
|
label: What happened?
|
||||||
|
description: Also tell us, what did you expect to happen?
|
||||||
1.
|
placeholder: Tell us what you see!
|
||||||
|
value: "A bug happened!"
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
## Additional information
|
- type: dropdown
|
||||||
<!-- Add any other context about the problem here.) -->
|
id: browsers
|
||||||
|
attributes:
|
||||||
|
label: If the issue is related to the web interface, what browsers are you seeing the problem on?
|
||||||
|
multiple: true
|
||||||
|
options:
|
||||||
|
- Firefox
|
||||||
|
- Chrome
|
||||||
|
- Safari
|
||||||
|
- Microsoft Edge
|
||||||
|
- IE6 (im jocking)
|
||||||
|
- type: textarea
|
||||||
|
id: logs
|
||||||
|
attributes:
|
||||||
|
label: Relevant log output
|
||||||
|
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
|
||||||
|
render: shell
|
||||||
|
|
Loading…
Reference in New Issue