From c41a99e4b3870594a5adc8574b4af80391c486b5 Mon Sep 17 00:00:00 2001 From: Jonah Aragon Date: Thu, 20 Feb 2020 13:45:53 -0600 Subject: [PATCH] Add content correction issue template Because people can't read the website issues description. --- .../ISSUE_TEMPLATE/4_Content_Correction.md | 21 +++++++++++++++++++ .github/ISSUE_TEMPLATE/5_Website_Issues.md | 2 +- ...tion_Issues.md => 6_Translation_Issues.md} | 0 3 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 .github/ISSUE_TEMPLATE/4_Content_Correction.md rename .github/ISSUE_TEMPLATE/{4_Translation_Issues.md => 6_Translation_Issues.md} (100%) diff --git a/.github/ISSUE_TEMPLATE/4_Content_Correction.md b/.github/ISSUE_TEMPLATE/4_Content_Correction.md new file mode 100644 index 00000000..58533d13 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/4_Content_Correction.md @@ -0,0 +1,21 @@ +--- +name: "📝 Content Correction" +about: Report any inaccurate, incorrect, or outdated information on the website. +title: "📝 Correction | " +labels: 📝 correction +--- + +## Description + + + +## Why I am making the suggestion + + + + +## My connection with the software + + + +- [ ] I will keep the issue up-to-date if something I have said changes or I remember a connection with the software. diff --git a/.github/ISSUE_TEMPLATE/5_Website_Issues.md b/.github/ISSUE_TEMPLATE/5_Website_Issues.md index 6987078f..fb386eaa 100644 --- a/.github/ISSUE_TEMPLATE/5_Website_Issues.md +++ b/.github/ISSUE_TEMPLATE/5_Website_Issues.md @@ -1,6 +1,6 @@ --- name: "🌐 Website Issue" -about: Report a bug with the website. +about: Report a bug with the website. (NO CONTENT ISSUES) title: "🌐 Website Issue | " labels: 🌐 website issue --- diff --git a/.github/ISSUE_TEMPLATE/4_Translation_Issues.md b/.github/ISSUE_TEMPLATE/6_Translation_Issues.md similarity index 100% rename from .github/ISSUE_TEMPLATE/4_Translation_Issues.md rename to .github/ISSUE_TEMPLATE/6_Translation_Issues.md