mirror of
https://git.ngram.ca/OpenJam/rc-servers
synced 2026-08-23 23:08:52 +00:00
25 lines
908 B
YAML
25 lines
908 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 CF-Alliance to E14 and fixes issue #42'
|
|
validations:
|
|
required: true
|
|
- type: checkboxes
|
|
id: checks
|
|
attributes:
|
|
label: Please confirm
|
|
options:
|
|
- 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 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
|