From 79af6fd0465cf91ad1ae733c2bb83eb36d5dce08 Mon Sep 17 00:00:00 2001 From: seriousm4x Date: Thu, 14 Dec 2023 18:18:35 +0100 Subject: [PATCH] add config.yml --- .../{feature-request.yaml => feature-request.yml} | 0 .../ISSUE_TEMPLATE/{bug-report.yaml => bug-report.yml} | 2 +- .github/ISSUE_TEMPLATE/config.yml | 8 ++++++++ 3 files changed, 9 insertions(+), 1 deletion(-) rename .github/DISCUSSION_TEMPLATE/{feature-request.yaml => feature-request.yml} (100%) rename .github/ISSUE_TEMPLATE/{bug-report.yaml => bug-report.yml} (98%) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/DISCUSSION_TEMPLATE/feature-request.yaml b/.github/DISCUSSION_TEMPLATE/feature-request.yml similarity index 100% rename from .github/DISCUSSION_TEMPLATE/feature-request.yaml rename to .github/DISCUSSION_TEMPLATE/feature-request.yml diff --git a/.github/ISSUE_TEMPLATE/bug-report.yaml b/.github/ISSUE_TEMPLATE/bug-report.yml similarity index 98% rename from .github/ISSUE_TEMPLATE/bug-report.yaml rename to .github/ISSUE_TEMPLATE/bug-report.yml index 1e7443f9..d6c9476b 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yaml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -10,7 +10,7 @@ body: If you have a feature or enhancement request, please use the [feature request][fr] section of our [GitHub Discussions][fr]. - [fr]: https://github.com/seriousm4x/UpSnap/discussions/new?category=feature-request + [fr]: https://github.com/seriousm4x/UpSnap/discussions/new?category=feature-requests - type: textarea validations: diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..4cd945c9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,8 @@ +blank_issues_enabled: false +contact_links: + - name: I have a question or need support + url: https://github.com/seriousm4x/UpSnap/discussions/categories/help-wanted + about: Please use our GitHub Discussion if you need help. + - name: Feature Request + url: https://github.com/seriousm4x/UpSnap/discussions/categories/feature-requests + about: Please use our GitHub Discussion for making feature requests.