Skip to content

Commit 2eb9951

Browse files
committed
Add GH_NEW_ISSUE_URL constant
1 parent 04b98bb commit 2eb9951

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

source/globals.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@
33
export const GH_PAGES_URL = (relativePath: string) => {
44
return `https://stodevx.github.io/AAO-React-Native/${relativePath}`
55
}
6+
7+
export const GH_NEW_ISSUE_URL = 'https://github.com/StoDevX/AAO-React-Native/issues/new'

0 commit comments

Comments
 (0)