mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 11:37:35 +00:00
280bdec817
copy paste and adapted from llamafile but added a research template as well for the more technical research tickets
59 lines
2 KiB
YAML
59 lines
2 KiB
YAML
name: High Severity Bug
|
|
description: Used to report high severity bugs in cosmopolitan (e.g. Malfunctioning features hindering important common workflow)
|
|
title: "Bug: "
|
|
labels: ["bug", "high severity"]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thanks for taking the time to fill out this bug report!
|
|
Please include information about your system, the steps to reproduce the bug,
|
|
and the version of cosmopolitan that you are using.
|
|
If possible, please provide a minimal code example that reproduces the bug.
|
|
You may also consider using function call tracing `--ftrace` or the lighter system call tracing `--strace`
|
|
for additional technical logging that may allow us to narrow down where the fault occurred.
|
|
- type: input
|
|
id: contact
|
|
attributes:
|
|
label: Contact Details
|
|
description: How can we get in touch with you if we need more info?
|
|
placeholder: ex. email@example.com
|
|
validations:
|
|
required: false
|
|
- type: textarea
|
|
id: what-happened
|
|
attributes:
|
|
label: What happened?
|
|
description: Also tell us, what did you expect to happen?
|
|
placeholder: Tell us what you see!
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: version
|
|
attributes:
|
|
label: Version
|
|
description: What version of our software are you running? (use `--version` to get a version string)
|
|
placeholder: "cosmocc (GCC) 12.3.0"
|
|
validations:
|
|
required: true
|
|
- type: dropdown
|
|
id: operating-system
|
|
attributes:
|
|
label: What operating system are you seeing the problem on?
|
|
multiple: true
|
|
options:
|
|
- Linux
|
|
- Mac
|
|
- Windows
|
|
- FreeBSD
|
|
- OpenBSD
|
|
- NetBSD
|
|
- BIOS
|
|
validations:
|
|
required: false
|
|
- 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
|