diff --git a/.forgejo/pull_request_template.yaml b/.forgejo/pull_request_template.yaml index 35ad390..93d3bc4 100644 --- a/.forgejo/pull_request_template.yaml +++ b/.forgejo/pull_request_template.yaml @@ -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]