From ef6f5ac7b636d383b5643959723e12c432e5391d Mon Sep 17 00:00:00 2001 From: Jonah Aragon Date: Mon, 13 Sep 2021 17:03:58 -0500 Subject: [PATCH] Update issue templates --- ..._Correction.md => 1_Content_Correction.md} | 0 .../ISSUE_TEMPLATE/1_Software_Suggestion.md | 22 ------------------- ..._Website_Issues.md => 2_Website_Issues.md} | 0 .github/ISSUE_TEMPLATE/config.yml | 3 +++ 4 files changed, 3 insertions(+), 22 deletions(-) rename .github/ISSUE_TEMPLATE/{2_Content_Correction.md => 1_Content_Correction.md} (100%) delete mode 100644 .github/ISSUE_TEMPLATE/1_Software_Suggestion.md rename .github/ISSUE_TEMPLATE/{3_Website_Issues.md => 2_Website_Issues.md} (100%) diff --git a/.github/ISSUE_TEMPLATE/2_Content_Correction.md b/.github/ISSUE_TEMPLATE/1_Content_Correction.md similarity index 100% rename from .github/ISSUE_TEMPLATE/2_Content_Correction.md rename to .github/ISSUE_TEMPLATE/1_Content_Correction.md diff --git a/.github/ISSUE_TEMPLATE/1_Software_Suggestion.md b/.github/ISSUE_TEMPLATE/1_Software_Suggestion.md deleted file mode 100644 index 58c32b95..00000000 --- a/.github/ISSUE_TEMPLATE/1_Software_Suggestion.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -name: "Software or Provider Suggestion" -about: "Suggest something new for us to look at, or something we should remove." ---- - -## Basic Information - -**Name:** -**Category:** -**URL:** - -## Description - - -## Additional context - - - - diff --git a/.github/ISSUE_TEMPLATE/3_Website_Issues.md b/.github/ISSUE_TEMPLATE/2_Website_Issues.md similarity index 100% rename from .github/ISSUE_TEMPLATE/3_Website_Issues.md rename to .github/ISSUE_TEMPLATE/2_Website_Issues.md diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index c18783a4..ab07abdb 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1,8 @@ blank_issues_enabled: false contact_links: + - name: Suggest a New Provider or Software + url: https://github.com/privacyguides/privacyguides.org/discussions/new + about: Suggest something new for us to look at, or something we should remove. - name: Ask a Question url: https://github.com/privacyguides/privacyguides.org/discussions/new about: Let us know if something doesn't make sense!