2018-11-25 14:55:32 -05:00
# Contributing Guidelines
2019-11-04 07:25:24 -05:00
Please read this document in full before contributing.
- [Rules ](#rules )
- [Quality over Quantity ](#quality-over-quantity )
- [Software Criteria ](#software-criteria )
- [Main (All Software) ](#main )
- [Providers ](#providers )
- [DNS ](#dns )
- [VPN ](#vpn )
- [Email ](#email )
- [Hardware ](#hardware )
- [Software ](#software )
- [Encryption ](#encryption )
- [Operating Systems ](#operating-systems )
- [Images ](#images )
- [Licensing ](#licensing )
- [Contributing via email ](#contributing-via-email )
2018-11-25 14:55:32 -05:00
## Rules
- Be nice and respectful.
- Be constructive.
## Quality over Quantity
2019-05-06 10:15:41 -04:00
We're trying to keep it simple and promote the best tools, not all of them.
2018-11-25 14:55:32 -05:00
2021-01-16 00:46:23 -05:00
Something meeting the below criteria ** *does not automatically qualify it to be included on the site!***
2018-11-25 14:55:32 -05:00
## Software Criteria
2019-11-04 07:25:24 -05:00
2021-01-16 00:46:23 -05:00
### Primary Requirements
2019-11-04 07:25:24 -05:00
2021-01-16 00:46:23 -05:00
- Privacy respecting (duh!).
2018-11-25 14:55:32 -05:00
2021-01-16 00:46:23 -05:00
### Primary Recommendations
2018-11-25 14:55:32 -05:00
2021-01-16 00:46:23 -05:00
- Open Source / Free Software.
- Prioritize Products without Vendor Lock-in (decentralized/self-hostable) or data interoperability.
- Cross-platform / Accessible.
- Easy to use. Could your mother use that tool or service? Usability is most important.
2019-11-04 07:25:24 -05:00
2021-01-16 00:46:23 -05:00
If no software exists in a certain category that meets *all* these criteria, exceptions can be made on a case-by-case basis.
2019-11-04 07:25:24 -05:00
2021-01-16 00:46:23 -05:00
### Service Provider Information
2019-07-09 07:38:41 -04:00
2021-01-16 00:46:23 -05:00
- Products and services listed as "Providers" SHOULD be prioritized primarily based on their jurisdiction (i.e. how privacy-respecting the laws of their home country are).
2019-08-13 07:07:26 -04:00
2021-01-16 00:46:23 -05:00
### DNS Provider Requirements
- MUST support DoH or DoT (DNSCrypt is great too, but there is already https://github.com/DNSCrypt/dnscrypt-resolvers which is directly supported by dnscrypt-proxy, so we don't consider it useful to list providers exclusively supporting it).
- MUST support DNSSEC (https://dnssec.vs.uni-due.de/ can test your current DNS provider).
- MUST NOT log IP addresses during normal operation (If your suggested provider *ever* logs, please compare its privacy policy with other servers on our table that keep logs).
- SHOULD support QNAME minimization (if you have access to the dig command, `dig +short txt qnamemintest.internet.nl` or `Resolve-DnsName -Type TXT -Name qnamemintest.internet.nl` if you are on Windows 10).
2019-08-13 07:07:26 -04:00
2019-07-09 07:38:41 -04:00
### VPN
2019-11-04 07:25:24 -05:00
2021-01-16 00:46:23 -05:00
See https://privacyguides.org/providers/vpn/#criteria for full details, the following is an incomplete summary.
2019-11-04 07:25:24 -05:00
2021-01-16 00:46:23 -05:00
- MUST NOT be based in USA or UK.
- MUST be accessible via Open Source Software (e.g. OpenVPN, WireGuard).
- MUST Use Strong Encryption.
- SHOULD Accept Cryptocurrency.
- MUST have a no logging policy.
2019-07-09 07:38:41 -04:00
### Email
2019-11-04 07:25:24 -05:00
2021-01-16 00:46:23 -05:00
See https://privacyguides.org/providers/email/#criteria for full details, the following is an incomplete summary.
- MUST Support SMTP SSL.
- SHOULD be accessible with standard/FOSS software (e.g. allows IMAP).
2019-07-09 07:38:41 -04:00
### Hardware
2019-11-04 07:25:24 -05:00
2021-01-16 00:46:23 -05:00
- SHOULD be [H-Node Class A ](https://h-node.org/wiki/page/en/compatibility-classes ) or equivalent (if applicable)
- SHOULD prioritize hardware certifications like [RYF ](https://ryf.fsf.org/ ), [OSHWA ](https://certification.oshwa.org/ ), and OSI when available.
- SHOULD NOT lock users to a particular platform.
2019-07-09 07:38:41 -04:00
### Software
2019-11-04 07:25:24 -05:00
2021-01-16 00:46:23 -05:00
- MUST be able to download over encrypted network (can be a mirror).
- SHOULD be Free and Open Source Software.
2019-07-09 07:38:41 -04:00
### Encryption
2019-11-04 07:25:24 -05:00
2019-07-09 07:38:41 -04:00
- Only verifiable encryption is to be trusted
2019-11-04 07:25:24 -05:00
### Operating Systems
2019-07-09 07:38:41 -04:00
- Must state if recommends, depends on, or offers non-free software (contrib)
- No Tracking Policy (opt-in analytics is ok)
2018-11-25 14:55:32 -05:00
## Images
2020-02-21 12:34:10 -05:00
- SVG file format is strongly preferred. PNG files can be used as a fallback if images are too complex or otherwise unsuitable as a vector format.
2021-01-16 00:46:23 -05:00
- Provider logo dimensions are 384px x 128px ([example](/assets/img/legacy_svg/3rd-party/mullvad.svg))
- Tool logo dimensions are 128px x 128px ([SVG example](/assets/img/leagcy_svg/3rd-party/firefox_browser.svg), [PNG example ](/assets/img/legacy_png/3rd-party/claws_mail.png ))