# 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"