repo: add issuetracker configuration

This commit is contained in:
Sören Weber 2022-03-03 23:49:28 +01:00
parent 85090aa221
commit 3a1cb99286
No known key found for this signature in database
GPG key ID: 07D17FF580AE7589

7
.issuetracker Normal file
View 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"