blender/.gitea/pull_request_template.yaml
2023-01-18 01:40:25 +01:00

20 lines
666 B
YAML

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.