mirror of
https://git.ngram.ca/OpenJam/rc-servers
synced 2026-08-23 23:08:52 +00:00
33 lines
919 B
YAML
33 lines
919 B
YAML
name: Pull Request
|
|
about: Request your change be pulled into the codebase
|
|
body:
|
|
- type: textarea
|
|
id: description
|
|
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
|
|
validations:
|
|
required: true
|
|
- type: checkboxes
|
|
id: checks
|
|
attributes:
|
|
label: Please confirm
|
|
options:
|
|
- label: I am the legal owner or represent the owner of all work submitted
|
|
required: true
|
|
- label: I consent to my submission being added to this FOSS project
|
|
required: true
|
|
- label: This PR used LLMs to generate some or all of the code changes
|
|
required: false
|