Skip to content

Commit 8e798ae

Browse files
authored
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.
1 parent 41d26f8 commit 8e798ae

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

.github/ISSUE_TEMPLATE/new_instance.yaml

+2-12
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ body:
4848
required: true
4949
- label: "If dash, proxy + download is enabled (default settings), the instance has unlimited traffic/bandwidth or close to unlimited (100TB minimum)"
5050
required: true
51+
- label: "Instance is not running any kind of analytics"
52+
required: true
5153

5254

5355
- type: checkboxes
@@ -87,18 +89,6 @@ body:
8789
validations:
8890
required: false
8991

90-
- type: checkboxes
91-
attributes:
92-
label: Analytics
93-
description: "If your instance is running analytics:"
94-
options:
95-
- label: "They are GDPR/CCPA compliant"
96-
required: false
97-
- label: "This is stated in your Privacy Policy"
98-
required: false
99-
- label: "You have provided the source code's URL in the dedicated field above"
100-
required: false
101-
10292
- type: textarea
10393
id: more-infos
10494
attributes:

0 commit comments

Comments
 (0)