Skip to content

Commit

Permalink
Add more shuff to the issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
AngheloAlf committed Jul 19, 2024
1 parent eb3bb73 commit b90dca7
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_suggestion.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Feature suggestion
description: Suggest a new feature
description: Suggest a new feature (cool new ideas are interesting to hear about)
title: "[Suggestion]: "
labels: ["enhancement"]
body:
Expand Down
26 changes: 25 additions & 1 deletion .github/ISSUE_TEMPLATE/frug_report.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Frug Report
description: File a frug report
description: File a frug report (because something isn't working as it should)
title: "[Frug]: "
labels: ["frug"]
body:
Expand All @@ -25,6 +25,21 @@ body:
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:
Expand Down Expand Up @@ -52,3 +67,12 @@ body:
- 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

0 comments on commit b90dca7

Please sign in to comment.