Skip to content

Commit b23f46b

Browse files
chore: shared repo config from fork
1 parent bd9bfc1 commit b23f46b

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

.fork/custom-commands.json

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
[
2+
{
3+
"version" : 1
4+
},
5+
{
6+
"action" : {
7+
"script" : "${repo:path}/scripts/format_typst.ps1",
8+
"showOutput" : true,
9+
"type" : "sh",
10+
"waitForExit" : true
11+
},
12+
"name" : "Format",
13+
"os" : "windows",
14+
"target" : "revision"
15+
}
16+
]

.issuetracker

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Integration with Issue Tracker
2+
#
3+
# (note that '\' need to be escaped).
4+
5+
[issuetracker "Github"]
6+
regex = "#(\\d+)"
7+
url = "https://github.com/DeveloperPaul123/modern-cv/issues/$1"

0 commit comments

Comments
 (0)