From 2037048235d25f8538085e65b1b63ac889294331 Mon Sep 17 00:00:00 2001 From: Nikhil Jha Date: Sun, 25 Nov 2018 12:09:21 -0800 Subject: [PATCH] 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