diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index be7c6aa6..089d9a7f 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -1 +1,28 @@ -Please refer to the **Contributing** and **Contributing Guidelines** sections of our [readme](https://github.com/privacytoolsIO/privacytools.io/blob/master/README.md) for the most up-to-date guidelines. Thank you. +# Contributing Guidelines + +Please read this before contributing. + +## Rules + +- Be nice and respectful. +- English only. +- Be constructive. + +## Quality over Quantity + +We're trying to keep it simple and promote the best tools, not all of them. Maximum are three software choices, but it's possible to add more under "Worth Mentioning" headlines. ([example](https://www.privacytools.io/#im)) + +## Software Criteria + +- Open Source +- Cross-platform +- Easy to use +- Privacy respecting + +There can be exceptions if no software is available that meet the criteria. + +## Images + +- Provider logos should be exactly 200 x 70 ([example](https://www.privacytools.io/assets/img/provider/AirVPN.png)) +- Tool logos should be exactly 120 x 120 ([example](https://www.privacytools.io/assets/img/tools/ChatSecure.png)) + diff --git a/.github/ISSUE_TEMPLATE/1_Software_Suggestion.md b/.github/ISSUE_TEMPLATE/1_Software_Suggestion.md new file mode 100644 index 00000000..2b018612 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/1_Software_Suggestion.md @@ -0,0 +1,14 @@ +--- +name: "🆕 Software Suggestion" +about: Suggest new software that enhances privacy. +title: "🆕 Software Suggestion | " +labels: 🆕 software suggestion +--- + +## Basic Information + +**Name:** +**Category:** +**URL:** + +## Description diff --git a/.github/ISSUE_TEMPLATE/2_Software_Removal.md b/.github/ISSUE_TEMPLATE/2_Software_Removal.md new file mode 100644 index 00000000..f615cd64 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/2_Software_Removal.md @@ -0,0 +1,9 @@ +--- +name: "❌ Software Removal" +about: Suggest the removal of outdated, insecure, or otherwise bad software. +title: "❌ Software Removal | " +labels: ❌ software removal +--- + +## Description + diff --git a/.github/ISSUE_TEMPLATE/3_Discussion.md b/.github/ISSUE_TEMPLATE/3_Discussion.md new file mode 100644 index 00000000..506b96e2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/3_Discussion.md @@ -0,0 +1,8 @@ +--- +name: "💬 Discussion" +about: Discuss the website or any mentioned software in general. +title: "💬 Discussion | " +labels: 💬 discussion, feedback wanted +--- + + diff --git a/.github/ISSUE_TEMPLATE/4_Feature.md b/.github/ISSUE_TEMPLATE/4_Feature.md new file mode 100644 index 00000000..f4affecc --- /dev/null +++ b/.github/ISSUE_TEMPLATE/4_Feature.md @@ -0,0 +1,9 @@ +--- +name: "✨ Feature Suggestion" +about: Suggest a new feature for the website. +title: "✨ Feature Suggestion | " +labels: ✨ enhancement +--- + +## Description: + diff --git a/.github/ISSUE_TEMPLATE/5_Website_Issues.md b/.github/ISSUE_TEMPLATE/5_Website_Issues.md new file mode 100644 index 00000000..ed9d01dd --- /dev/null +++ b/.github/ISSUE_TEMPLATE/5_Website_Issues.md @@ -0,0 +1,14 @@ +--- +name: "🌐 Website Issue" +about: Report an issue with the website. +title: "🌐 Website Issue | " +labels: 🌐 website issue, high priority +--- + +## Description + + diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 90ea4e33..e2c31e15 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,4 +1,4 @@ - + ## Description diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..e69de1c9 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,11 @@ +language: ruby +rvm: + - 2.4.1 + +# Assume bundler is being used, therefore +# the `install` step will run `bundle install` by default. +script: ./build.sh + +sudo: false # route your build to the container-based infrastructure for a faster build + +cache: bundler # caching bundler gem packages will speed up build diff --git a/404.html b/404.html index 7d7cf9b7..49233e91 100644 --- a/404.html +++ b/404.html @@ -6,7 +6,7 @@ active_page: 404
Page not found :(
-We're redirecting you to the home page in 5 seconds. It this doesn't work, click here.
+We're redirecting you to the home page in 5 seconds. If this doesn't work, click here.