[Bf-blender-cvs] [52ed8bcb274] 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:14:37 CET 2023


Commit: 52ed8bcb274e2b2fb636c03447ba4263fa9bdd24
Author: Brecht Van Lommel
Date:   Sat Jan 28 18:10:34 2023 +0100
Branches: master
https://developer.blender.org/rB52ed8bcb274e2b2fb636c03447ba4263fa9bdd24

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 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.



More information about the Bf-blender-cvs mailing list