From a5749d5a317e6b57e49b58e419c61ab43680310d Mon Sep 17 00:00:00 2001 From: tycrek Date: Wed, 13 Jul 2022 16:53:33 -0600 Subject: [PATCH] Removed excess fields from Bug Issue template --- .github/ISSUE_TEMPLATE/report-bug.yml | 34 --------------------------- 1 file changed, 34 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/report-bug.yml b/.github/ISSUE_TEMPLATE/report-bug.yml index 5e7152e..d47c429 100644 --- a/.github/ISSUE_TEMPLATE/report-bug.yml +++ b/.github/ISSUE_TEMPLATE/report-bug.yml @@ -69,16 +69,6 @@ body: - Docker validations: required: true -- type: dropdown - id: file-storage - attributes: - label: File storage - description: Where are you storing files? - options: - - Local - - S3 - validations: - required: true - type: input id: operating-system attributes: @@ -93,27 +83,3 @@ body: description: What is the version of Node.js? validations: required: true -- type: input - id: storageengine - attributes: - label: Storage method - description: How are you storing your data? (Papito is the default) -- type: checkboxes - id: reverse-proxy - attributes: - label: Reverse proxy - description: Are you using a reverse proxy? - options: - - label: I am using a reverse proxy -- type: input - id: reverse-proxy-software - attributes: - label: Reverse proxy software - description: If you are using a reverse proxy, what is the name and version? -- type: checkboxes - id: cloudflare - attributes: - label: Cloudflare - description: Are you a Cloudflare user? - options: - - label: I am using Cloudflare