mirror of
https://github.com/Decompollaborate/rabbitizer.git
synced 2025-02-05 18:40:12 +00:00
79 lines
2.8 KiB
YAML
79 lines
2.8 KiB
YAML
name: Frug Report
|
|
description: File a frug report (because something isn't working as it should)
|
|
title: "[Frug]: "
|
|
labels: ["frug"]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thank you for filing a frug report!
|
|
- type: textarea
|
|
id: what-happened
|
|
attributes:
|
|
label: Explain the problem.
|
|
description: What happened? What did you expect to happen?
|
|
placeholder: What went wrong?
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: reproducer
|
|
attributes:
|
|
label: Reproducer
|
|
description: Please provide instructions to reproduce the problem.
|
|
placeholder: |
|
|
Use the following file (attach it please) and run IJK with parameters ABC.
|
|
Clone the repo on github.com/example/example and do XYZ
|
|
validations:
|
|
required: true
|
|
- type: dropdown
|
|
id: instruction-set-flavor
|
|
attributes:
|
|
label: Is this issue related to an specific MIPS extension?
|
|
description: rabbitizer supports many MIPS flavors, which one were you using specifically?
|
|
options:
|
|
- I don't know / Does not apply
|
|
- Normal MIPS CPU (without any extensions)
|
|
- RSP (Reality Signal Processor, the Nintendo 64 vector coprocessor)
|
|
- R3000 GTE (Geometry Transformation Engine, a Sony PlayStation 1 extension)
|
|
- R4000 ALLEGREX (A Sony PlayStation Portable extension)
|
|
- R5900 EE (Emotion Engine, A Sony PlayStation 2 extension)
|
|
default: 0
|
|
validations:
|
|
required: true
|
|
- type: input
|
|
id: rabbitizer-version
|
|
attributes:
|
|
label: rabbitizer version
|
|
description: What version of rabbitizer are you running? (`pip show rabbitizer` if installed via `pip` or check `include/common/RabbitizerVersion.h` if used as a C or C++ library)
|
|
validations:
|
|
required: true
|
|
- type: input
|
|
id: splat-spimdisasm-version
|
|
attributes:
|
|
label: "Optional: splat/spimdisasm version"
|
|
description: Were you running rabbitizer through splat or spimdisasm? What are their versions?
|
|
validations:
|
|
required: false
|
|
- type: textarea
|
|
id: other-version
|
|
attributes:
|
|
label: "Optional: Version of other stuff"
|
|
description: Here you can put the version of whatever other software you think may be relevant, like Python, rabbitizer, binutils, OS, etc.
|
|
placeholder: |
|
|
- Python: 4.18
|
|
- clang: 17.½
|
|
- binutils: 2.π
|
|
- Wine on WSL2 on Windows 11 on VirtualBox on OpenBSD on Minecraft command blocks.
|
|
- Etc
|
|
validations:
|
|
required: false
|
|
- type: textarea
|
|
id: user-comments
|
|
attributes:
|
|
label: "Extra comments?"
|
|
description: Here you can mention any other additional comments or info you may want to say.
|
|
placeholder: |
|
|
There's no problem leaving this.
|
|
validations:
|
|
required: false
|