From c07e23e5e89a7c30af3395df2c5b47bc8db98a6b Mon Sep 17 00:00:00 2001 From: Tanay Pant Date: Thu, 1 Feb 2024 16:54:05 +0100 Subject: [PATCH] Update links to include labels and titles --- CONTRIBUTING.md | 2 +- theme.config.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0ab7b388..0adb87db 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,7 +6,7 @@ We use the [Microsoft Style Guide](https://learn.microsoft.com/en-us/style-guide ## Submitting to Resource Hub -Please open an [issue](https://github.com/safe-global/safe-docs/issues/new?template=resource-hub-submission.yml) to submit a resource to our Resource Hub. +Please open an [issue](https://github.com/safe-global/safe-docs/issues/new?assignees=&labels=resource-hub&projects=&template=resource-hub-submission.yml&title=%5BResource+Hub%5D+) to submit a resource to our Resource Hub. ## Using Vale diff --git a/theme.config.tsx b/theme.config.tsx index 9274a509..2b6fad21 100644 --- a/theme.config.tsx +++ b/theme.config.tsx @@ -24,7 +24,7 @@ const config: DocsThemeConfig = { defaultMenuCollapseLevel: 1 }, feedback: { - useLink: () => { return 'https://github.com/safe-global/safe-docs/issues/new?template=nextra-feedback.yml' } + useLink: () => { return 'https://github.com/safe-global/safe-docs/issues/new?assignees=&labels=nextra-feedback&projects=&template=nextra-feedback.yml&title=%5BFeedback%5D+' } }, head: , useNextSeoProps: () => {