Skip to content

Commit 3acc215

Browse files
committed
Point to the new issue template selection directly
1 parent 37b6553 commit 3acc215

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"url": "https://github.com/prantlf/vscode-oscript.git"
2424
},
2525
"bugs": {
26-
"url": "https://github.com/prantlf/vscode-oscript/issues"
26+
"url": "https://github.com/prantlf/vscode-oscript/issues/new/choose"
2727
},
2828
"engines": {
2929
"vscode": "^1.52.0"

pkg/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"url": "https://github.com/prantlf/vscode-oscript.git"
2121
},
2222
"bugs": {
23-
"url": "https://github.com/prantlf/vscode-oscript/issues"
23+
"url": "https://github.com/prantlf/vscode-oscript/issues/new/choose"
2424
},
2525
"engines": {
2626
"node": ">=12"

0 commit comments

Comments
 (0)