diff options
author | 2023-09-23 03:40:37 +0200 | |
---|---|---|
committer | 2023-09-22 18:40:37 -0700 | |
commit | a3db02832ec5e248a8dff9d02f25f8609eef1741 (patch) | |
tree | 483496cba235128b6d66182450455991afe597e6 | |
parent | 1445775d64df9f45ea25ae64fa47ee3c0d321baa (diff) | |
download | bun-a3db02832ec5e248a8dff9d02f25f8609eef1741.tar.gz bun-a3db02832ec5e248a8dff9d02f25f8609eef1741.tar.zst bun-a3db02832ec5e248a8dff9d02f25f8609eef1741.zip |
use the correct channel name for feedback (#5899)
-rw-r--r-- | .github/ISSUE_TEMPLATE/3-feature-request.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/3-feature-request.yml b/.github/ISSUE_TEMPLATE/3-feature-request.yml index 0fcf6e83b..bd735267b 100644 --- a/.github/ISSUE_TEMPLATE/3-feature-request.yml +++ b/.github/ISSUE_TEMPLATE/3-feature-request.yml @@ -8,7 +8,7 @@ body: Thank you for submitting an idea. It helps make Bun better. If you want to discuss Bun, or learn how others are using Bun, please - join our [Discord](https://discord.gg/CXdq2DP29u) server, where you can share in the [`#feedback-ideas`](https://discord.gg/unwUnHBNqy) channel. + join our [Discord](https://discord.gg/CXdq2DP29u) server, where you can share in the [`#feedback`](https://discord.gg/unwUnHBNqy) channel. - type: textarea attributes: label: What is the problem this feature would solve? |