From 9f47ea6d234eb71233d0aff133cd199007d23d3d Mon Sep 17 00:00:00 2001 From: Hiroshi Nishio Date: Sat, 21 Dec 2024 18:36:33 +0900 Subject: [PATCH] Allow a blank issue template --- .github/ISSUE_TEMPLATE/config.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 6f2a6515..630e9319 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,14 +1,16 @@ +# https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository#configuring-the-template-chooser blank_issues_enabled: false + contact_links: - name: GitAuto Support url: https://calendly.com/gitauto/30min about: Contact our support team for help with GitAuto. - name: GitAuto Website - url: https://gitauto.ai + url: https://gitauto.ai?utm_source=github&utm_medium=referral about: Visit our website for more information about GitAuto. - name: GitAuto X url: https://x.com/gitautoai about: Follow us on X for feature updates and use cases. - name: GitAuto LinkedIn url: https://www.linkedin.com/company/gitauto/ - about: Follow us on LinkedIn for hiring updates and company news. + about: Follow us on LinkedIn for feature updates and use cases.