diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2023-11-28 09:57:21 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-28 09:57:21 -0500 |
commit | be4cd5eebf20d4495f7e3bff8e14ca22dd015659 (patch) | |
tree | 0edfc8bf46d02e235018ccf582203e6a6ae50e92 | |
parent | 567d7ff923b75ad14e611ef53a0720c6c27fe266 (diff) |
chore: small changes to issue templates (#21372)
-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: '' - ---- |