BootstrapBlazor3/.issuetracker
Argo Zhang d5e31be342
feat(Dock): add HasHeaders parameter (#3315)
* chore: 更新 tracker 配置

* doc: 重构代码

* feat: 增加 HasHeaders 配置

* chore: bump version 8.0.4

* doc: 更新依赖包
2024-04-19 13:31:28 +08:00

20 lines
524 B
Plaintext

# Integration with Issue Tracker
#
# (note that '\' need to be escaped).
[issuetracker "Gitee-Issue"]
regex = "#(.+?)\\)"
url = "https://github.com/dotnetcore/BootstrapBlazor/pull/$1?wt.mc_id=DT-MVP-5004174"
[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"