From 1beafcca4e728e70c1dc3ceafe4c7d3999d2e1f6 Mon Sep 17 00:00:00 2001 From: Scott Keck-Warren Date: Thu, 14 Aug 2025 09:26:01 -0400 Subject: [PATCH] bug: Remove ISSUE_TEMPLATE/config.yml I'm removing this because the first three links are 404ing and the fourth creates an infinate loop and it's preventing me from asking a question about the package. --- .github/ISSUE_TEMPLATE/config.yml | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml deleted file mode 100644 index 17679b3..0000000 --- a/.github/ISSUE_TEMPLATE/config.yml +++ /dev/null @@ -1,14 +0,0 @@ -blank_issues_enabled: false -contact_links: - - name: Ask a question - url: https://github.com/JackWH/laravel-new-relic/discussions/new?category=q-a - about: Ask the community for help - - name: Request a feature - url: https://github.com/JackWH/laravel-new-relic/discussions/new?category=ideas - about: Share ideas for new features - - name: Report a security issue - url: https://github.com/JackWH/laravel-new-relic/security/policy - about: Learn how to notify us for sensitive bugs - - name: Report a bug - url: https://github.com/JackWH/laravel-new-relic/issues/new - about: Report a reproducable bug