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 +