2025-05-21 18:22:07 -04:00
|
|
|
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?
|
2026-02-28 11:59:13 -05:00
|
|
|
placeholder: 'This changes the CF-Alliance to E14 and fixes issue #42'
|
2025-05-21 18:22:07 -04:00
|
|
|
validations:
|
|
|
|
|
required: true
|
|
|
|
|
- type: checkboxes
|
|
|
|
|
id: checks
|
|
|
|
|
attributes:
|
|
|
|
|
label: Please confirm
|
|
|
|
|
options:
|
2026-02-28 11:59:13 -05:00
|
|
|
- label: I am the legal owner or represent the legal owner of all work submitted (including LLM-generated code, if any)
|
2025-05-21 18:22:07 -04:00
|
|
|
required: true
|
2026-02-28 11:59:13 -05:00
|
|
|
- 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`
|
2025-05-21 18:22:07 -04:00
|
|
|
required: true
|
|
|
|
|
- label: This PR used LLMs to generate some or all of the code changes
|
|
|
|
|
required: false
|