blender/.gitea/pull_request_template.yaml
Julian Eisel 2a03154041 Revert "Experiment: Add release notes PR link field to pull request template"
This reverts commit 439c8b62c3cc39a2ffd047c4aaea20411878ea88.

Didn't intend to push this to the main branch, and didn't notice it was
still on there when pushing.
2024-02-16 16:41:07 +01:00

23 lines
860 B
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