From 7c8b0fcf08552326af9dcf5f60cf468a44f3decf Mon Sep 17 00:00:00 2001 From: Eric Leung Date: Mon, 7 Jun 2021 23:25:50 -0700 Subject: [PATCH] chore: separate News articles issue template (#42372) Updates to News articles are resolved by sending emails to the editorial team. This commit reflects this decision in creating a distinct link about News articles and removing mention of it in an existing issue. Mail link was created using https://mailxto.com/. --- .../03--issues-with-content-on-articles-and-docs.md | 4 +++- .github/ISSUE_TEMPLATE/config.yml | 3 +++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/03--issues-with-content-on-articles-and-docs.md b/.github/ISSUE_TEMPLATE/03--issues-with-content-on-articles-and-docs.md index cebfea1ff1..6d22e00443 100644 --- a/.github/ISSUE_TEMPLATE/03--issues-with-content-on-articles-and-docs.md +++ b/.github/ISSUE_TEMPLATE/03--issues-with-content-on-articles-and-docs.md @@ -1,5 +1,5 @@ --- -name: 'Report issues with content on /news, guide articles or documentation' +name: 'Report issues with content on guide articles or documentation' about: Report issues with content on a specific article, like broken links, typos, missing parts, etc. title: '' labels: 'type: bug, status: waiting triage' @@ -10,6 +10,8 @@ assignees: '' + **Describe your problem and how to reproduce it:** diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 4341a19111..54f6815e20 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -3,6 +3,9 @@ contact_links: - name: Request programming help with coding challenges url: https://forum.freecodecamp.org about: Please visit this page for general support and programming help on coding challenges. + - name: Report issues with content on /news articles + url: https://mailxto.com/lkj5n7 + about: Please fill out an email to our editorial team to report issues on specific articles on our technical publication (link opens an email template) - name: Request technical support for your freeCodeCamp account url: https://www.freecodecamp.org/support about: Please visit this page for requesting technical support related to your freeCodeCamp account.