From 8e798aef5e23f6eab29ced1cb8f3a7be31ba0f69 Mon Sep 17 00:00:00 2001
From: syeopite <70992037+syeopite@users.noreply.github.com>
Date: Mon, 19 Feb 2024 02:18:18 +0000
Subject: [PATCH] Remove analytics section from issue template

After PR #151, the instance rules list was modified to ban analytics of all kinds. The issue template however was never updated.
---
 .github/ISSUE_TEMPLATE/new_instance.yaml | 14 ++------------
 1 file changed, 2 insertions(+), 12 deletions(-)

diff --git a/.github/ISSUE_TEMPLATE/new_instance.yaml b/.github/ISSUE_TEMPLATE/new_instance.yaml
index 6318d15c..880767c7 100644
--- a/.github/ISSUE_TEMPLATE/new_instance.yaml
+++ b/.github/ISSUE_TEMPLATE/new_instance.yaml
@@ -48,6 +48,8 @@ body:
         required: true
       - label: "If dash, proxy + download is enabled (default settings), the instance has unlimited traffic/bandwidth or close to unlimited (100TB minimum)"
         required: true
+      - label: "Instance is not running any kind of analytics"
+        required: true
         
 
   - type: checkboxes
@@ -87,18 +89,6 @@ body:
     validations:
       required: false
 
-  - type: checkboxes
-    attributes:
-      label: Analytics
-      description: "If your instance is running analytics:"
-      options:
-      - label: "They are GDPR/CCPA compliant"
-        required: false
-      - label: "This is stated in your Privacy Policy"
-        required: false
-      - label: "You have provided the source code's URL in the dedicated field above"
-        required: false
-
   - type: textarea
     id: more-infos
     attributes: