diff options
-rw-r--r-- | .github/ISSUE_TEMPLATE/config.yml | 6 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/other.md | 8 |
2 files changed, 3 insertions, 11 deletions
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 9ea0831c3..f5d343353 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 dee41cff7..000000000 --- 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: '' - ---- |