diff --git a/.forgejo/pull_request_template.yaml b/.forgejo/pull_request_template.yaml index e73d32a..31565a5 100644 --- a/.forgejo/pull_request_template.yaml +++ b/.forgejo/pull_request_template.yaml @@ -15,7 +15,7 @@ body: visible: [form] attributes: label: Docs have been read - description: By submitting this PR, you agree to follow our [Code of Conduct](https://codeberg.org/ethical-foss/open-slopware/src/branch/main/CODE_OF_CONDUCT.md) + 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 @@ -23,3 +23,5 @@ body: 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. + required: true \ No newline at end of file