From 52ed8bcb274e2b2fb636c03447ba4263fa9bdd24 Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Sat, 28 Jan 2023 18:10:34 +0100 Subject: [PATCH] Gitea: fix pull request template so commit body can be set as description --- .gitea/pull_request_template.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitea/pull_request_template.yaml b/.gitea/pull_request_template.yaml index a6f1f2db20f..b3f45baf96b 100644 --- a/.gitea/pull_request_template.yaml +++ b/.gitea/pull_request_template.yaml @@ -15,7 +15,3 @@ body: attributes: label: "Description" hide_label: true - value: | - Description of the problem that is addressed in the patch. - - Description of the proposed solution and its implementation.