mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-22 15:27:54 +00:00
repo: add issuetracker configuration
This commit is contained in:
parent
85090aa221
commit
3a1cb99286
1 changed files with 7 additions and 0 deletions
7
.issuetracker
Normal file
7
.issuetracker
Normal file
|
@ -0,0 +1,7 @@
|
|||
# Integration with Issue Tracker
|
||||
#
|
||||
# (note that '\' need to be escaped).
|
||||
|
||||
[issuetracker "GitHub Rule"]
|
||||
regex = "#(\\d+)"
|
||||
url = "https://github.com/McShelby/hugo-theme-relearn/issues/$1"
|
Loading…
Reference in a new issue