chore: update issue templates (#41892)

* chore: update issue templates

* chore: apply suggestions from code review

Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com>

Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com>
pull/41896/head
Mrugesh Mohapatra 2021-04-22 20:44:35 +05:30 committed by GitHub
parent bc46c683ad
commit 9e992a32a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 105 additions and 74 deletions

View File

@ -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: ''
---
<!--
NOTE: If you're reporting a security issue, don't create a GitHub issue. Instead, email security@freecodecamp.org. We will look into it immediately.
-->
**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.

View File

@ -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: ''
---
<!--
NOTE: If you're reporting a security issue, don't create a GitHub issue. Instead, email security@freecodecamp.org. We will look into it immediately.
-->
**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.

View File

@ -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: ''
---
<!--
<!--
NOTE: If you want to become an author on freeCodeCamp, you can find everything here: https://www.freecodecamp.org/news/developer-news-style-guide/
-->

View File

@ -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: ''

View File

@ -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: ''
---
<!--
NOTE: If you're reporting a security issue, don't create a GitHub issue. Instead, email security@freecodecamp.org. We will look into it immediately.
-->
**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):**

View File

@ -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.

8
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View File

@ -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.