Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove analytics section from issue template #503

Merged
merged 1 commit into from
Feb 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 2 additions & 12 deletions .github/ISSUE_TEMPLATE/new_instance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down