[Bf-extensions-cvs] [74a85be] master: Gitea: fix pull request template so commit body can be set as description

Brecht Van Lommel noreply at git.blender.org
Sat Jan 28 18:15:17 CET 2023


Commit: 74a85bed96115401ead7d9920118b5c17fc9f14d
Author: Brecht Van Lommel
Date:   Sat Jan 28 18:14:59 2023 +0100
Branches: master
https://developer.blender.org/rBAC74a85bed96115401ead7d9920118b5c17fc9f14d

Gitea: fix pull request template so commit body can be set as description

===================================================================

M	.gitea/pull_request_template.yaml

===================================================================

diff --git a/.gitea/pull_request_template.yaml b/.gitea/pull_request_template.yaml
index 49ccff3..7ca55da 100644
--- a/.gitea/pull_request_template.yaml
+++ b/.gitea/pull_request_template.yaml
@@ -16,7 +16,4 @@ body:
     id: body
     attributes:
       label: "Description"
-      value: |
-               Description of the problem that is addressed in the patch.
-
-               Description of the proposed solution and its implementation.
+      hide_label: true



More information about the Bf-extensions-cvs mailing list