open-slopware/.forgejo/pull_request_template.yaml
2026-07-13 09:13:55 +02:00

27 lines
1.3 KiB
YAML

name: pull-request
about: Submit a PR
ref: 'main'
body:
- type: input
id: description
attributes:
visible: [content]
label: Description of Changes
description: Include a description of what you're changing and why. Remember, anything here will also show up in the commit when we squash and merge this PR.
placeholder: This PR (Updates/Adds/Removes/Improves) (Name of Section / Project) As (Tainted/An Alternative)
- type: checkboxes
id: terms
visible: [form]
attributes:
label: Docs have been read
description: By submitting this PR, you agree to the following
options:
- label: I agree to follow this project's [Code of Conduct](https://codeberg.org/ethical-foss/open-slopware/src/branch/main/CODE_OF_CONDUCT.md)
required: true
- label: I have also read the [Contributing Guidelines](https://codeberg.org/ethical-foss/open-slopware/src/branch/main/CONTRIBUTING.md)
required: true
- label: I have also read the [Style Guide](https://codeberg.org/ethical-foss/open-slopware/src/branch/main/STYLE.md)
required: true
- label: If adding tatinted software, I have provided either the last untainted version/commit OR an alternative for all new entries in this PR. See about exceptions in the Contributing/Style guides.
required: true