Files
test2/.gitea/pull_request_template.yaml
2024-02-16 16:38:14 +01:00

29 lines
1.1 KiB
YAML

name: Pull Request
about: Contribute code to Blender
body:
- type: markdown
attributes:
value: |
### Instructions
Guides to [contributing code](https://developer.blender.org/docs/handbook/contributing/) and effective [code review](https://developer.blender.org/docs/handbook/contributing/pull_requests/).
By submitting code here, you agree that the code is (compatible with) GNU GPL v2 or later.
By default, all contributors are added to the AUTHORS file as part of a semi-automated process.
If you do not wish to be listed there and rather transfer copyright to the Blender Foundation please mention so at the bottom of the PR.
This request only needs to be made once and applies to future PR's.
- type: textarea
id: body
attributes:
label: "Description"
hide_label: true
- type: input
attributes:
label: "Recommended: Release Notes Pull Request"
description: "Link to a pull request adding this change to the [release notes](https://developer.blender.org/docs/release_notes/). All user visible changes must be added to the release notes."
placeholder: "URL"