Gitea: add more complete pull request template

This commit is contained in:
Brecht Van Lommel 2023-01-18 01:33:33 +01:00
parent 737e7a63b1
commit bdb34c9804
2 changed files with 19 additions and 4 deletions

View File

@ -1,4 +0,0 @@
---
name: Pull Request
about: Submit a pull request
---

View File

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