From be4cd5eebf20d4495f7e3bff8e14ca22dd015659 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Tue, 28 Nov 2023 09:57:21 -0500 Subject: [PATCH] chore: small changes to issue templates (#21372) --- .github/ISSUE_TEMPLATE/config.yml | 6 +++--- .github/ISSUE_TEMPLATE/other.md | 8 -------- 2 files changed, 3 insertions(+), 11 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/other.md diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 9ea0831c38..f5d343353a 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,8 +1,8 @@ blank_issues_enabled: true contact_links: + - name: 🦕 Deploy Feedback + url: https://github.com/denoland/deploy_feedback/ + about: Provide feature requests or bug reports for the Deno Deploy edge runtime. - name: 💬 Discord url: https://discord.com/deno about: Join our community on Discord. - - name: Deploy Feedback - url: https://github.com/denoland/deploy_feedback/ - about: Provide feature requests or bug reports about the Deno Deploy edge runtime. diff --git a/.github/ISSUE_TEMPLATE/other.md b/.github/ISSUE_TEMPLATE/other.md deleted file mode 100644 index dee41cff71..0000000000 --- a/.github/ISSUE_TEMPLATE/other.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -name: Other -about: Something that doesn't fall in the other categories. -title: '' -labels: '' -assignees: '' - ----