mirror of
https://codeberg.org/small-hack/open-slopware.git
synced 2026-07-17 00:44:32 +02:00
attempt to change the PR template to make it work better
This commit is contained in:
parent
9ede60a813
commit
a8d75f8aba
1 changed files with 8 additions and 4 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue