From 7c06bcb9cd88ea4ea608e303225eb97d410e0e24 Mon Sep 17 00:00:00 2001 From: Rick Staa Date: Sat, 24 May 2025 09:27:54 +0200 Subject: [PATCH] docs: improve issue templates to point to upstream To prevent issues and questions from being lost this commit updates the issue templates so that they point to the upstream ones. --- .github/ISSUE_TEMPLATE/config.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..03803f18 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,11 @@ +blank_issues_enabled: false +contact_links: + - name: Bug report + url: https://github.com/livepeer/comfystream/issues + about: Please report bugs on our upstream issue tracker. + - name: Feature request + url: https://github.com/livepeer/comfystream/issues + about: Please request features on our upstream issue tracker. + - name: Question + url: https://github.com/livepeer/comfystream/discussions/234 + about: Have a question? Ask them on our upstream discussions page.