From 7101c8f0cea1f0ac989b79c13f3e6808d498d478 Mon Sep 17 00:00:00 2001 From: Viren070 Date: Fri, 17 Jan 2025 17:11:24 +0000 Subject: [PATCH] Update bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 45 ++++++++++++++------------- 1 file changed, 23 insertions(+), 22 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index abbf367c..f30d1aae 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -13,6 +13,28 @@ body: - label: >- I have checked open and closed [issues](https://github.com/Viren070/AIOStreams/issues) required: true + - type: dropdown + id: '9' + attributes: + label: Deployment Method + description: Enter how you are using the addon + options: + - Public ElfHosted Instance + - Private ElfHosted Instance + - Render + - Hugging Face + - Cloudflare Workers + - Other + validations: + required: true + - type: input + id: '10' + attributes: + label: Addon Version + description: What version of the addon were you using. If you were using Hugging Face, Render, or Cloudflare Workers, which commit did you build off, or around what time did you deploy + placeholder: v1.7.4 + validations: + required: true - type: dropdown id: '3' attributes: @@ -53,25 +75,4 @@ body: - label: >- If applicable, I have included browser console logs required: false - - type: dropdown - id: '9' - attributes: - label: Deployment Method - description: Enter how you are using the addon - options: - - Public ElfHosted Instance - - Private ElfHosted Instance - - Render - - Hugging Face - - Cloudflare Workers - - Other - validations: - required: true - - type: input - id: '10' - attributes: - label: Addon Version - description: What version of the addon were you using. If you were using Hugging Face, Render, or Cloudflare Workers, which commit did you build off, or around what time did you deploy - placeholder: v1.7.4 - validations: - required: true +