attempt to change the PR template to make it work better

This commit is contained in:
vleermuis-admin 2026-06-11 14:55:49 +02:00
commit a8d75f8aba

View file

@ -2,18 +2,22 @@ name: pull-request
about: Submit a PR
ref: 'main'
body:
- type: markdown
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.
- type: checkboxes
id: terms
attributes:
label: Code of Conduct
label: Docs have been read
visible: [form]
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)
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
visible: [form]
- label: I have also read the [Contributing Guidelines](https://codeberg.org/ethical-foss/open-slopware/src/branch/main/CONTRIBUTING.md)
required: true
visible: [form]
- label: I have also read the [Style Guide](https://codeberg.org/ethical-foss/open-slopware/src/branch/main/STYLE.md)
required: true
visible: [form]