From 2037048235d25f8538085e65b1b63ac889294331 Mon Sep 17 00:00:00 2001 From: Nikhil Jha Date: Sun, 25 Nov 2018 12:09:21 -0800 Subject: [PATCH 1/8] fix #617 --- .github/ISSUE_TEMPLATE/1_Software_Suggestion.md | 9 +++++++++ .github/ISSUE_TEMPLATE/2_Software_Removal.md | 7 +++++++ .github/ISSUE_TEMPLATE/3_Discussion.md | 6 ++++++ .github/ISSUE_TEMPLATE/4_Feature.md | 10 ++++++++++ 4 files changed, 32 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/1_Software_Suggestion.md create mode 100644 .github/ISSUE_TEMPLATE/2_Software_Removal.md create mode 100644 .github/ISSUE_TEMPLATE/3_Discussion.md create mode 100644 .github/ISSUE_TEMPLATE/4_Feature.md diff --git a/.github/ISSUE_TEMPLATE/1_Software_Suggestion.md b/.github/ISSUE_TEMPLATE/1_Software_Suggestion.md new file mode 100644 index 00000000..a604f3de --- /dev/null +++ b/.github/ISSUE_TEMPLATE/1_Software_Suggestion.md @@ -0,0 +1,9 @@ +--- +name: "🆕 Software Suggestion" +about: Suggest new software that enhances privacy. +--- + +### Description: + + +### Screenshots: \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/2_Software_Removal.md b/.github/ISSUE_TEMPLATE/2_Software_Removal.md new file mode 100644 index 00000000..eeb3c32a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/2_Software_Removal.md @@ -0,0 +1,7 @@ +--- +name: "❌ Software Removal" +about: Suggest the removal of outdated, insecure, or otherwise bad software. +--- + +### Description: + diff --git a/.github/ISSUE_TEMPLATE/3_Discussion.md b/.github/ISSUE_TEMPLATE/3_Discussion.md new file mode 100644 index 00000000..1a801901 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/3_Discussion.md @@ -0,0 +1,6 @@ +--- +name: "💬 Discussion" +about: Discuss the website in general. +--- + +Remember to stay civil! \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/4_Feature.md b/.github/ISSUE_TEMPLATE/4_Feature.md new file mode 100644 index 00000000..3a8d8948 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/4_Feature.md @@ -0,0 +1,10 @@ +--- +name: "✨ Feature Suggestion" +about: Suggest a new feature for the website. +--- + +### Description: + + +### Mockup: +(optional) \ No newline at end of file -- 2.47.2 From da878bb1f2af3d618ce8988600fb4ab06b511733 Mon Sep 17 00:00:00 2001 From: Nikhil Jha Date: Sun, 25 Nov 2018 12:24:48 -0800 Subject: [PATCH 2/8] remove sections --- .github/ISSUE_TEMPLATE/1_Software_Suggestion.md | 2 -- .github/ISSUE_TEMPLATE/3_Discussion.md | 2 +- .github/ISSUE_TEMPLATE/4_Feature.md | 3 --- 3 files changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/1_Software_Suggestion.md b/.github/ISSUE_TEMPLATE/1_Software_Suggestion.md index a604f3de..49dbcab7 100644 --- a/.github/ISSUE_TEMPLATE/1_Software_Suggestion.md +++ b/.github/ISSUE_TEMPLATE/1_Software_Suggestion.md @@ -5,5 +5,3 @@ about: Suggest new software that enhances privacy. ### Description: - -### Screenshots: \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/3_Discussion.md b/.github/ISSUE_TEMPLATE/3_Discussion.md index 1a801901..f7567c75 100644 --- a/.github/ISSUE_TEMPLATE/3_Discussion.md +++ b/.github/ISSUE_TEMPLATE/3_Discussion.md @@ -3,4 +3,4 @@ name: "💬 Discussion" about: Discuss the website in general. --- -Remember to stay civil! \ No newline at end of file + \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/4_Feature.md b/.github/ISSUE_TEMPLATE/4_Feature.md index 3a8d8948..e8b7e80c 100644 --- a/.github/ISSUE_TEMPLATE/4_Feature.md +++ b/.github/ISSUE_TEMPLATE/4_Feature.md @@ -5,6 +5,3 @@ about: Suggest a new feature for the website. ### Description: - -### Mockup: -(optional) \ No newline at end of file -- 2.47.2 From 999b8f7ee046c3ea8bed2f0197b34b3fbb48a10f Mon Sep 17 00:00:00 2001 From: Nikhil Jha Date: Sun, 25 Nov 2018 12:35:09 -0800 Subject: [PATCH 3/8] add name/url/section to software category --- .github/ISSUE_TEMPLATE/1_Software_Suggestion.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/1_Software_Suggestion.md b/.github/ISSUE_TEMPLATE/1_Software_Suggestion.md index 49dbcab7..92c3bfed 100644 --- a/.github/ISSUE_TEMPLATE/1_Software_Suggestion.md +++ b/.github/ISSUE_TEMPLATE/1_Software_Suggestion.md @@ -3,5 +3,10 @@ name: "🆕 Software Suggestion" about: Suggest new software that enhances privacy. --- -### Description: +### Basic Information +**Name:** +**Category:** +**Information URL:** + +### Description -- 2.47.2 From 91a4c0403752934ecfe8fe44a59efaa5e06a1ff9 Mon Sep 17 00:00:00 2001 From: Vince Date: Sun, 25 Nov 2018 13:00:17 -0800 Subject: [PATCH 4/8] Apply suggestions from review Co-Authored-By: nikhiljha --- .github/ISSUE_TEMPLATE/1_Software_Suggestion.md | 2 +- .github/ISSUE_TEMPLATE/2_Software_Removal.md | 2 +- .github/ISSUE_TEMPLATE/3_Discussion.md | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/1_Software_Suggestion.md b/.github/ISSUE_TEMPLATE/1_Software_Suggestion.md index 92c3bfed..79052d88 100644 --- a/.github/ISSUE_TEMPLATE/1_Software_Suggestion.md +++ b/.github/ISSUE_TEMPLATE/1_Software_Suggestion.md @@ -7,6 +7,6 @@ about: Suggest new software that enhances privacy. **Name:** **Category:** -**Information URL:** +**URL:** ### Description diff --git a/.github/ISSUE_TEMPLATE/2_Software_Removal.md b/.github/ISSUE_TEMPLATE/2_Software_Removal.md index eeb3c32a..b728a40b 100644 --- a/.github/ISSUE_TEMPLATE/2_Software_Removal.md +++ b/.github/ISSUE_TEMPLATE/2_Software_Removal.md @@ -3,5 +3,5 @@ name: "❌ Software Removal" about: Suggest the removal of outdated, insecure, or otherwise bad software. --- -### Description: +### Description diff --git a/.github/ISSUE_TEMPLATE/3_Discussion.md b/.github/ISSUE_TEMPLATE/3_Discussion.md index f7567c75..3c35cf8e 100644 --- a/.github/ISSUE_TEMPLATE/3_Discussion.md +++ b/.github/ISSUE_TEMPLATE/3_Discussion.md @@ -1,6 +1,6 @@ --- name: "💬 Discussion" -about: Discuss the website in general. +about: Discuss the website or any mentioned software in general. --- - \ No newline at end of file + -- 2.47.2 From 18fac46aa08b4bafa713925972d2398092ddd5f4 Mon Sep 17 00:00:00 2001 From: Nikhil Jha Date: Sun, 25 Nov 2018 14:57:34 -0800 Subject: [PATCH 5/8] add website issues template --- .github/ISSUE_TEMPLATE/5_Website_Issues.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/5_Website_Issues.md diff --git a/.github/ISSUE_TEMPLATE/5_Website_Issues.md b/.github/ISSUE_TEMPLATE/5_Website_Issues.md new file mode 100644 index 00000000..d00bb0f4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/5_Website_Issues.md @@ -0,0 +1,12 @@ +--- +name: "🌐 Website Issues" +about: Report issues with the website. +--- + +## Description + + -- 2.47.2 From 0dc2843f715131baf391bb190deec840cd580576 Mon Sep 17 00:00:00 2001 From: Samuel Shifterovich Date: Mon, 26 Nov 2018 10:14:33 +0100 Subject: [PATCH 6/8] h2 --- .github/ISSUE_TEMPLATE/1_Software_Suggestion.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/1_Software_Suggestion.md b/.github/ISSUE_TEMPLATE/1_Software_Suggestion.md index 79052d88..e39e885e 100644 --- a/.github/ISSUE_TEMPLATE/1_Software_Suggestion.md +++ b/.github/ISSUE_TEMPLATE/1_Software_Suggestion.md @@ -3,10 +3,10 @@ name: "🆕 Software Suggestion" about: Suggest new software that enhances privacy. --- -### Basic Information +## Basic Information **Name:** **Category:** **URL:** -### Description +## Description -- 2.47.2 From af99369ee163448bcb6d1c190cde4a60372cca3a Mon Sep 17 00:00:00 2001 From: Samuel Shifterovich Date: Mon, 26 Nov 2018 10:14:54 +0100 Subject: [PATCH 7/8] h2 --- .github/ISSUE_TEMPLATE/4_Feature.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/4_Feature.md b/.github/ISSUE_TEMPLATE/4_Feature.md index e8b7e80c..df9ddf22 100644 --- a/.github/ISSUE_TEMPLATE/4_Feature.md +++ b/.github/ISSUE_TEMPLATE/4_Feature.md @@ -3,5 +3,5 @@ name: "✨ Feature Suggestion" about: Suggest a new feature for the website. --- -### Description: +## Description: -- 2.47.2 From 02d059ee8483c141355267efbc451bcb8f6ff31e Mon Sep 17 00:00:00 2001 From: Samuel Shifterovich Date: Mon, 26 Nov 2018 10:14:58 +0100 Subject: [PATCH 8/8] h2 --- .github/ISSUE_TEMPLATE/2_Software_Removal.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/2_Software_Removal.md b/.github/ISSUE_TEMPLATE/2_Software_Removal.md index b728a40b..bfb48950 100644 --- a/.github/ISSUE_TEMPLATE/2_Software_Removal.md +++ b/.github/ISSUE_TEMPLATE/2_Software_Removal.md @@ -3,5 +3,5 @@ name: "❌ Software Removal" about: Suggest the removal of outdated, insecure, or otherwise bad software. --- -### Description +## Description -- 2.47.2