diff --git a/.github/ISSUE_TEMPLATE/01--issues-with-coding-challenges.md b/.github/ISSUE_TEMPLATE/01--issues-with-coding-challenges.md new file mode 100644 index 0000000000..83f79dc610 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/01--issues-with-coding-challenges.md @@ -0,0 +1,45 @@ +--- +name: Report issues with coding challenges & curriculum +about: Report issues with a specific challenge, like broken tests, unclear instructions, etc. +title: '' +labels: 'scope: curriculum, type: bug, status: waiting triage' +assignees: '' +--- + + + +**Affected page** +Add a link to the coding challenge with the problem. + + + +**Your code** +Copy and paste the code from the editor that you used in between the back-ticks below: + +``` + + + + +``` + +**Expected behavior** +Add a clear and concise description of what you expected to happen. + + + +**Screenshots** +If applicable, add screenshots to help explain your problem. you can drag and drop, png, jpg, gif, etc. in this box. + + + +**System (please complete the following information):** + - Device: [e.g. iPhone6, Laptop] + - OS: [e.g. iOS 14, Windows 10, Ubuntu 20.4] + - Browser: [e.g. chrome, safari] + - Version: [e.g. 22] + +**Additional context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/02--issues-with-software-on-platforms.md b/.github/ISSUE_TEMPLATE/02--issues-with-software-on-platforms.md new file mode 100644 index 0000000000..6e218bdd74 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/02--issues-with-software-on-platforms.md @@ -0,0 +1,46 @@ +--- +name: 'Report issues with software on freeCodeCamp.org''s platforms' +about: Report a software bug on /learn, /news, Community Forum, Code Radio + or any of the platforms. +title: '' +labels: 'type: bug, status: waiting triage' +assignees: '' + +--- + + + + +**Affected page** +Add a Link to the page with the problem. + + + +**To Reproduce** +Steps to reproduce the behavior: + +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + + + +**Screenshots** +If applicable, add screenshots to help explain your problem. you can drag and drop, png, jpg, gif, etc. in this box. + + + +**System (please complete the following information):** + - Device: [e.g. iPhone6, Laptop] + - OS: [e.g. iOS 14, Windows 10, Ubuntu 20.4] + - Browser: [e.g. chrome, safari] + - Version: [e.g. 22] + +**Additional context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/general-report--issue-with-articles.md b/.github/ISSUE_TEMPLATE/03--issues-with-content-on-articles-and-docs.md similarity index 66% rename from .github/ISSUE_TEMPLATE/general-report--issue-with-articles.md rename to .github/ISSUE_TEMPLATE/03--issues-with-content-on-articles-and-docs.md index a6814bb591..cebfea1ff1 100644 --- a/.github/ISSUE_TEMPLATE/general-report--issue-with-articles.md +++ b/.github/ISSUE_TEMPLATE/03--issues-with-content-on-articles-and-docs.md @@ -1,13 +1,13 @@ --- -name: 'Bug Report: Issues with /news or guide articles or documentation' -about: Report issue with a specific article, like broken links, typos, missing parts, etc +name: 'Report issues with content on /news, guide articles or documentation' +about: Report issues with content on a specific article, like broken links, typos, missing parts, etc. title: '' -labels: 'status: needs help for triage, type: bug' +labels: 'type: bug, status: waiting triage' assignees: '' --- - diff --git a/.github/ISSUE_TEMPLATE/feature-request--request-a-new-feature-for-freecodecamp-org-s-platforms.md b/.github/ISSUE_TEMPLATE/04--feature-request-for-freecodecamp-org-s-platforms.md similarity index 75% rename from .github/ISSUE_TEMPLATE/feature-request--request-a-new-feature-for-freecodecamp-org-s-platforms.md rename to .github/ISSUE_TEMPLATE/04--feature-request-for-freecodecamp-org-s-platforms.md index 1fb18250f4..fbd34b6ab8 100644 --- a/.github/ISSUE_TEMPLATE/feature-request--request-a-new-feature-for-freecodecamp-org-s-platforms.md +++ b/.github/ISSUE_TEMPLATE/04--feature-request-for-freecodecamp-org-s-platforms.md @@ -1,7 +1,6 @@ --- -name: 'Feature request: Request a new feature for freeCodeCamp.org''s platforms' -about: Suggest an idea for freeCodeCamp.org's News, Community Forum, Code Radio or - Coding platforms +name: 'Request a new feature on freeCodeCamp.org''s platforms' +about: Suggest an idea for freeCodeCamp.org's /learn, /news, Community Forum, Code Radio or other platforms title: '' labels: 'type: feature request' assignees: '' diff --git a/.github/ISSUE_TEMPLATE/bug-report--issues-with-coding-challenges.md b/.github/ISSUE_TEMPLATE/bug-report--issues-with-coding-challenges.md deleted file mode 100644 index 5cbf642e60..0000000000 --- a/.github/ISSUE_TEMPLATE/bug-report--issues-with-coding-challenges.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -name: 'Bug Report: Issues with Coding challenges' -about: Report issue with a specific challenge, like broken tests, unclear instructions. -title: '' -labels: 'scope: curriculum, status: needs help for triage' -assignees: '' - ---- - - -**Describe your problem and how to reproduce it:** - - -**Add a Link to the page with the problem:** - - -**Tell us about your browser and operating system:** -* Browser Name: -* Browser Version: -* Operating System: - - -**If possible, add a screenshot here (you can drag and drop, png, jpg, gif, etc. in this box):** diff --git a/.github/ISSUE_TEMPLATE/bug-report--software-issue-in-platform.md b/.github/ISSUE_TEMPLATE/bug-report--software-issue-in-platform.md deleted file mode 100644 index 23e21f29f7..0000000000 --- a/.github/ISSUE_TEMPLATE/bug-report--software-issue-in-platform.md +++ /dev/null @@ -1,42 +0,0 @@ ---- -name: 'Bug Report: Software issue on freeCodeCamp.org''s platforms' -about: Report a software bug on freeCodeCamp.org's News, Community Forum, Code Radio - or Coding platforms -title: '' -labels: 'type: bug' -assignees: '' - ---- - -**Looking forward for reporting a security issue:** -Please report security issues by sending an email to `security@freecodecamp.org` instead of raising a GitHub issue. - -**Describe the bug** -A clear and concise description of what the bug is. - -**To Reproduce** -Steps to reproduce the behavior: -1. Go to '...' -2. Click on '....' -3. Scroll down to '....' -4. See error - -**Expected behavior** -A clear and concise description of what you expected to happen. - -**Screenshots** -If applicable, add screenshots to help explain your problem. - -**Desktop (please complete the following information):** - - OS: [e.g. iOS] - - Browser: [e.g. chrome, safari] - - Version: [e.g. 22] - -**Smartphone (please complete the following information):** - - Device: [e.g. iPhone6] - - OS: [e.g. iOS8.1] - - Browser: [e.g. stock browser, safari] - - Version: [e.g. 22] - -**Additional context** -Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000000..4341a19111 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,8 @@ +blank_issues_enabled: true +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: 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.