From a8d75f8abab6ba86f72ae6cf1cb4ae696d55d165 Mon Sep 17 00:00:00 2001 From: vleermuis-admin Date: Thu, 11 Jun 2026 14:55:49 +0200 Subject: [PATCH] attempt to change the PR template to make it work better --- .forgejo/pull_request_template.yaml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) 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]