From 51ed5415c94f2d0b43168a2372cd60f3490d3bbb Mon Sep 17 00:00:00 2001 From: vleermuis-admin Date: Thu, 11 Jun 2026 15:00:34 +0200 Subject: [PATCH] change description to be input and not markdown --- .forgejo/pull_request_template.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.forgejo/pull_request_template.yaml b/.forgejo/pull_request_template.yaml index 01cc8c1..74866fa 100644 --- a/.forgejo/pull_request_template.yaml +++ b/.forgejo/pull_request_template.yaml @@ -2,13 +2,14 @@ name: pull-request about: Submit a PR ref: 'main' body: - - type: markdown + - type: input 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. - value: This PR (Updates/Adds/Removes/Improves) (Name of Section / Project) As (Tainted/An Alternative) + placeholder: This PR (Updates/Adds/Removes/Improves) (Name of Section / Project) As (Tainted/An Alternative) + - type: checkboxes id: terms attributes: