mirror of
https://github.com/status-im/Vulkan-Docs.git
synced 2025-02-17 00:36:24 +00:00
Make GitHub contacts point to prefilled Issue tracker
This commit is contained in:
parent
09902e3490
commit
ff6122475b
@ -254,7 +254,8 @@ class Extension:
|
|||||||
if handle.startswith('gitlab:'):
|
if handle.startswith('gitlab:'):
|
||||||
prettyHandle = 'icon:gitlab[alt=GitLab, role="red"]' + handle.replace('gitlab:@', '')
|
prettyHandle = 'icon:gitlab[alt=GitLab, role="red"]' + handle.replace('gitlab:@', '')
|
||||||
elif handle.startswith('@'):
|
elif handle.startswith('@'):
|
||||||
prettyHandle = 'icon:github[alt=GitHub]' + handle[1:]
|
trackerLink = 'https://github.com/KhronosGroup/Vulkan-Docs/issues/new?title=' + self.name + ':%20&body=' + handle + '%20'
|
||||||
|
prettyHandle = trackerLink + '[icon:github[alt=GitHub, role="black"]' + handle[1:] + ']'
|
||||||
else:
|
else:
|
||||||
prettyHandle = handle
|
prettyHandle = handle
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user