diff --git a/.github/ISSUE_TEMPLATE/bug-report--issues-with-coding-challenges.md b/.github/ISSUE_TEMPLATE/bug-report--issues-with-coding-challenges.md index dd39c7e848..e6c88b5a8e 100644 --- a/.github/ISSUE_TEMPLATE/bug-report--issues-with-coding-challenges.md +++ b/.github/ISSUE_TEMPLATE/bug-report--issues-with-coding-challenges.md @@ -1,6 +1,9 @@ --- name: 'Bug Report: Issues with Coding challenges' -about: Reporting issue with a specific challenge, like broken tests, unclear instructions. +about: Report issue with a specific challenge, like broken tests, unclear instructions. +title: '' +labels: 'scope: curriculum, status: needs investigation' +assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/bug-report--software-issue-in-platform.md b/.github/ISSUE_TEMPLATE/bug-report--software-issue-in-platform.md index 4ee16339a3..fd26f6e116 100644 --- a/.github/ISSUE_TEMPLATE/bug-report--software-issue-in-platform.md +++ b/.github/ISSUE_TEMPLATE/bug-report--software-issue-in-platform.md @@ -1,6 +1,10 @@ --- -name: "Bug Report: Software issue on freeCodeCamp.org's platforms" -about: "Reporting a software bug, on freeCodeCamp.org's coding, news, forum, code-radio or other platforms." +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: '' --- diff --git a/.github/ISSUE_TEMPLATE/feature-request--request-a-new-feature-for-freecodecamp-org-s-platforms.md b/.github/ISSUE_TEMPLATE/feature-request--request-a-new-feature-for-freecodecamp-org-s-platforms.md new file mode 100644 index 0000000000..1fb18250f4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request--request-a-new-feature-for-freecodecamp-org-s-platforms.md @@ -0,0 +1,21 @@ +--- +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 +title: '' +labels: 'type: feature request' +assignees: '' + +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here.