补丁 & 提交

    为了提交补丁,请遵循以下流程:

    1. 创建一个补丁文件,运行

      这将创建一个文本,记录你在工作文件和中央仓库之间对文件进行添加、删除和修改的内容。

      如果您已创建或删除文件,你需要在创建差异文件前,运行 或者 svn rm /path/to/file 。运行 ,可以查看受影响的文件列表。

    2. 为了提示文档团队处理你的补丁,注意检查 Tags 文本框是否有指定为文档项目。你也可以在邮件列表或 中 联系 团队。

    3. They will review your patch and let you know about any changes you could make. If there is no issue, your patch will be accepted and then committed by the team of your patch.

    Note

    如果你的补丁包含图片的修改和添加,只需在创建修改时作为附件插入即可。

    直接提交

    Once you are provided with the direct access to edit the manual, you can start committing directly instead of creating a patch file. Doing this will submit the change directly to our central repository.

    你现在只需运行:

      如果你省略了 -m "message" ,将提示你在文本编辑器中输入留言。

      不要忘记在提交前运行 。

      提交更改之前,会要求你输入用户名(developer.blender.org)和密码。