From 22445ef861c0a0e0524a4192fd0332578051d8d5 Mon Sep 17 00:00:00 2001 From: kodster28 Date: Mon, 21 Apr 2025 09:19:38 -0500 Subject: [PATCH] [GH Issues] Add Workers AI as an option for issue submission --- .github/ISSUE_TEMPLATE/config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 5c00b9adc98cf18..358fd64af219cf6 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -6,6 +6,9 @@ contact_links: - name: Issue with Cloudflare 5XX errors url: https://developers.cloudflare.com/support/troubleshooting/http-status-codes/cloudflare-5xx-errors/ about: If you are encountering a Cloudflare 5XX error, please read our troubleshooting documentation for 5XX errors. + - name: Issue with Workers AI + url: https://discord.com/channels/595317990191398933/1105477009964027914 + about: Issues relating to Workers AI models should be raised in our Developer Discord. - name: Issue with Cloudflare Workers url: https://github.com/cloudflare/workers-sdk/issues/new/choose about: Issues relating to Cloudflare Workers should be made in the workers-sdk repo.