mirror of
https://codeberg.org/small-hack/open-slopware.git
synced 2026-07-17 00:44:32 +02:00
Add check box to make sure either an alternative or last untainted commit/version is provided
This commit is contained in:
parent
ad100d6c59
commit
0077408cbe
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue