From 19a715d217902325e7033408909a5d24c89c9986 Mon Sep 17 00:00:00 2001 From: Oliver Windall Juhl <59018053+olivermrbl@users.noreply.github.com> Date: Sat, 2 Jul 2022 17:49:21 +0200 Subject: [PATCH] chore: Add contact links to issue overview (#1680) --- .github/ISSUE_TEMPLATE/config.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000000..d841939673 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,8 @@ +blank_issues_enabled: false +contact_links: + - name: Ask a question + url: https://discord.gg/medusajs + about: Join our community to ask questions and participate in discussions + - name: Want to work with us? + url: mailto:hello@medusajs.com?subject=[GitHub]%20Working%20with%20Medusa + about: Interested in working with Medusa? Get in touch! \ No newline at end of file