增加文件:增加IssueTracker配置文件

#Comment
语法高亮注释关联Gitee平台
This commit is contained in:
Argo Zhang 2019-04-15 13:15:23 +08:00
parent a98c7dafc9
commit 9b7277110d
1 changed files with 19 additions and 0 deletions

19
.issuetracker Normal file
View File

@ -0,0 +1,19 @@
# Integration with Issue Tracker
#
# (note that '\' need to be escaped).
[issuetracker "Gitee-Issue"]
regex = " #([^\\s]{5})"
url = "https://gitee.com/LongbowEnterprise/BootstrapAdmin/issues/$1?from=project-issue"
[issuetracker "Gitee-Url"]
regex = "([a-zA-z]+://[^\\s]*)"
url = "$1"
[issuetracker "Gitee-Commit"]
regex = "[C|c]ommit:([^\\s]*)"
url = "https://gitee.com/LongbowEnterprise/BootstrapAdmin/commit/$1"
[issuetracker "Gitee-PR"]
regex = "!([\\d]+)"
url = "https://gitee.com/LongbowEnterprise/BootstrapAdmin/pulls/$1"