[Bf-blender-cvs] [bdb34c98041] master: Gitea: add more complete pull request template

Brecht Van Lommel noreply at git.blender.org
Wed Jan 18 01:41:01 CET 2023


Commit: bdb34c98041dd1185a9c5f599e89bf04cfa9c0ea
Author: Brecht Van Lommel
Date:   Wed Jan 18 01:33:33 2023 +0100
Branches: master
https://developer.blender.org/rBbdb34c98041dd1185a9c5f599e89bf04cfa9c0ea

Gitea: add more complete pull request template

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

D	.gitea/pull_request_template.md
A	.gitea/pull_request_template.yaml

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

diff --git a/.gitea/pull_request_template.md b/.gitea/pull_request_template.md
deleted file mode 100644
index a6614b8ef00..00000000000
--- a/.gitea/pull_request_template.md
+++ /dev/null
@@ -1,4 +0,0 @@
----
-name: Pull Request
-about: Submit a pull request
----
diff --git a/.gitea/pull_request_template.yaml b/.gitea/pull_request_template.yaml
new file mode 100644
index 00000000000..f7c3242f55c
--- /dev/null
+++ b/.gitea/pull_request_template.yaml
@@ -0,0 +1,19 @@
+name: Pull Request
+about: Contribute code to Blender
+ref: master
+body:
+  - type: markdown
+    attributes:
+      value: |
+        Guides to [Contributing Code](https://wiki.blender.org/index.php/Dev:Doc/Process/Contributing_Code) and effective [Code Review](https://wiki.blender.org/index.php/Dev:Doc/Tools/Code_Review).
+
+        By submitting code here, **you agree that the code is (compatible with) GNU GPL v2 or later**.
+
+  - type: textarea
+    id: body
+    attributes:
+      label: "Description"
+      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