mirror of
https://gitee.com/LongbowEnterprise/BootstrapBlazor.git
synced 2024-12-03 12:39:40 +08:00
31ea0f7df5
* chore: 更新 bug 追踪配置 * doc: 更新重连组件模板地址 * doc: 资源文件中的仓库地址使用配置文件 * chore: 仓库地址更改 * doc: 仓库链接改为配置项 * doc: 组件页面 Url 更改为配置项 * refactor: 更新模板地址 * refactor: 更新日志弹窗更改为组件 * doc: 更改 注释文档
20 lines
498 B
Plaintext
20 lines
498 B
Plaintext
# Integration with Issue Tracker
|
|
#
|
|
# (note that '\' need to be escaped).
|
|
|
|
[issuetracker "Gitee-Issue"]
|
|
regex = "#(.+?)\\)"
|
|
url = "https://gitee.com/Longbow/BootstrapBlazor/issues/$1"
|
|
|
|
[issuetracker "Gitee-Url"]
|
|
regex = "([a-zA-z]+://[^\\s]*)"
|
|
url = "$1"
|
|
|
|
[issuetracker "Gitee-Commit"]
|
|
regex = "[C|c]ommit:([^\\s]*)"
|
|
url = "https://gitee.com/Longbow/BootstrapBlazor/commit/$1"
|
|
|
|
[issuetracker "Gitee-PR"]
|
|
regex = "!([\\d]+)"
|
|
url = "https://gitee.com/Longbow/BootstrapBlazor/pulls/$1"
|