mirror of
https://git.ngram.ca/OpenJam/rc-servers
synced 2026-08-23 23:08:52 +00:00
Add some forgejo templates
This commit is contained in:
32
PULL_REQUEST_TEMPLATE.yml
Normal file
32
PULL_REQUEST_TEMPLATE.yml
Normal file
@@ -0,0 +1,32 @@
|
||||
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
|
||||
Reference in New Issue
Block a user