Skip to content

Commit

Permalink
Fix rubidium version in the templates
Browse files Browse the repository at this point in the history
  • Loading branch information
dima-dencep committed Feb 1, 2024
1 parent ade177d commit a5958d6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@ body:
- type: input
id: rubidium-version
attributes:
label: Rubidium Version
description: What version of Rubidium are you running along with Oculus? Every part is important! If you do not know what version you are using, look at the file name in your "mods" folder. If you aren't running Rubidium please put N/A.
label: Rubidium / Embeddium Version
description: What version of Rubidium/Embeddium are you running along with Oculus? Every part is important! If you do not know what version you are using, look at the file name in your "mods" folder.
placeholder: ex. rubidium-0.5.3a.jar
validations:
required: true
required: false
- type: input
id: os
attributes:
Expand Down
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/crash_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ body:
validations:
required: true
- type: input
id: sodium-version
id: rubidium-version
attributes:
label: Sodium Version
description: What version of Sodium are you running along with Oculus? Every part is important! If you do not know what version you are using, look at the file name in your "mods" folder. If you aren't running Sodium please put N/A.
label: Rubidium / Embeddium Version
description: What version of Rubidium/Embeddium are you running along with Oculus? Every part is important! If you do not know what version you are using, look at the file name in your "mods" folder.
placeholder: ex. rubidium-0.5.3a.jar
validations:
required: true
required: false
- type: input
id: os
attributes:
Expand Down

0 comments on commit a5958d6

Please sign in to comment.