Github提交语法来链接合并请求/问题
我见过涉及特定问题/拉取请求的提交消息。 包含特定存储库的问题或请求的语法是什么?
使用logging的自动链接格式来解决整个存储库中的问题。
- 语法:
{owner}/{repository}#{issue_number}
- 例如:
mojombo/jekyll#1
当这样的格式化文本出现在提交消息中时,它会自动转换为可点击的链接,将其redirect到https://github.com/{owner}/{repository}/issues/{issue_number}
在评论中使用#1234
来引用来自当前回购的拉取请求1234。
Github共享PR /发行号使用相同的序列号。
所以,一个#号码一个PR或一个问题。
只要使用#号即可。
为了链接到另一个仓库,如果你只是粘贴链接到问题或拉请求,说https://github.com/{owner}/{repository}/issues/{issue_number}
将呈现为
[{owner}/{repository}#{issue_number}](https://github.com/{owner}/{repository}/issues/{issue_number})
例如, https://github.com/jlord/sheetsee.js/issues/26将呈现为jlord / sheetsee.js#26 。
见https://help.github.com/articles/autolinked-references-and-urls/#issues-and-pull-requests