[Bf-extensions-cvs] [9d53862] master: Gitea: add pull request template

Brecht Van Lommel noreply at git.blender.org
Wed Jan 18 18:46:17 CET 2023


Commit: 9d538629bb8a425991c7d10a49bab1ba0788c18f
Author: Brecht Van Lommel
Date:   Wed Jan 18 18:45:44 2023 +0100
Branches: master
https://developer.blender.org/rBAC9d538629bb8a425991c7d10a49bab1ba0788c18f

Gitea: add pull request template

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

A	.gitea/pull_request_template.yaml

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

diff --git a/.gitea/pull_request_template.yaml b/.gitea/pull_request_template.yaml
new file mode 100644
index 0000000..49ccff3
--- /dev/null
+++ b/.gitea/pull_request_template.yaml
@@ -0,0 +1,22 @@
+name: Pull Request
+about: Contribute to add-ons bundled with Blender
+body:
+  - type: markdown
+    attributes:
+      value: |
+        ### Instructions
+
+        * [Contributing a new add-on](https://wiki.blender.org/wiki/Process/Addons)
+        * [Contributing code](https://wiki.blender.org/index.php/Dev:Doc/Process/Contributing_Code)
+        * [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-extensions-cvs mailing list