Add check box to make sure either an alternative or last untainted commit/version is provided

This commit is contained in:
ethical-foss-admin 2026-07-10 09:31:24 +02:00
commit 0077408cbe

View file

@ -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