1
0
mirror of https://git.ngram.ca/OpenJam/rc-servers synced 2026-08-23 23:08:52 +00:00

Update and add more project templates

This commit is contained in:
NG (Graham)
2026-02-28 11:59:13 -05:00
parent 3d2b7078e4
commit 223d15ecef
5 changed files with 65 additions and 26 deletions

View File

@@ -6,17 +6,7 @@ body:
attributes:
label: Description
description: What does this change accomplish?
placeholder: 'This changes the sky from blue to red and fixes issue #42'
validations:
required: true
- type: dropdown
id: game
attributes:
label: Game
multiple: true
options:
- Cardlife
- Robocraft
placeholder: 'This changes the CF-Alliance to E14 and fixes issue #42'
validations:
required: true
- type: checkboxes
@@ -24,9 +14,11 @@ body:
attributes:
label: Please confirm
options:
- label: I am the legal owner or represent the owner of all work submitted
- label: I am the legal owner or represent the legal owner of all work submitted (including LLM-generated code, if any)
required: true
- label: I consent to my submission being added to this FOSS project
- label: I consent to my changes being added to this FOSS project
required: true
- label: I have confirmed that this does not add new errors or warnings with `utils/clippy.sh`
required: true
- label: This PR used LLMs to generate some or all of the code changes
required: false