mirror of
https://github.com/blender/blender-addons-contrib.git
synced 2025-07-20 16:54:35 +00:00
Docs: Replace most wiki links with links to new developer docs
This commit is contained in:
@ -6,9 +6,9 @@ body:
|
||||
value: |
|
||||
### Instructions
|
||||
|
||||
* [Contributing a new add-on](https://wiki.blender.org/wiki/Process/Addons)
|
||||
* [Contributing code](https://wiki.blender.org/index.php/Dev:Doc/Process/Contributing_Code)
|
||||
* [Effective code review](https://wiki.blender.org/index.php/Dev:Doc/Tools/Code_Review)
|
||||
* [Contributing a new add-on](https://developer.blender.org/docs/handbook/addons/)
|
||||
* [Contributing code](https://developer.blender.org/docs/handbook/contributing/)
|
||||
* [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.
|
||||
|
||||
|
2
.github/pull_request_template.md
vendored
2
.github/pull_request_template.md
vendored
@ -1,4 +1,4 @@
|
||||
This repository is only used as a mirror. Blender development happens on projects.blender.org.
|
||||
|
||||
To get started with contributing code, please see:
|
||||
https://wiki.blender.org/wiki/Process/Contributing_Code
|
||||
https://developer.blender.org/docs/handbook/contributing/
|
2
.github/stale.yml
vendored
2
.github/stale.yml
vendored
@ -18,4 +18,4 @@ closeComment: >
|
||||
used as a mirror. Blender development happens on projects.blender.org.
|
||||
|
||||
To get started contributing code, please read:
|
||||
https://wiki.blender.org/wiki/Process/Contributing_Code
|
||||
https://developer.blender.org/docs/handbook/contributing/
|
||||
|
Reference in New Issue
Block a user