mirror of
https://projects.blender.org/blender/blender.git
synced 2025-01-22 07:22:12 -05:00
2a03154041
This reverts commit 439c8b62c3
.
Didn't intend to push this to the main branch, and didn't notice it was
still on there when pushing.
22 lines
860 B
YAML
22 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
|