Skip to content

Submit Changes

Todo

TODO

Pushing Changes

Checkout with write access

The repository must be accessed with the git@ protocol instead https:// to work over SSH. If there's already checkout, it is possible to switch it to the SSH protocol (no re-download needed):

git remote set-url origin [email protected]:blender/blender-developer-docs.git

SSH Keys

Follow the usual instructions for setting up SSH keys if you haven't done this yet (e.g. for pushing to the official Blender repository).

Create a Pull Request