docs: update issue templates
This commit is contained in:
22
.github/ISSUE_TEMPLATE/bug-report--issues-with-coding-challenge.md
vendored
Normal file
22
.github/ISSUE_TEMPLATE/bug-report--issues-with-coding-challenge.md
vendored
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
---
|
||||||
|
name: 'Bug Report: Issues with Coding challenge'
|
||||||
|
about: Reporting issue with a specific challenge, like broken tests, unclear instructions.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
<!--
|
||||||
|
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):**
|
39
.github/ISSUE_TEMPLATE/bug-report--software-issue-in-learning-platform.md
vendored
Normal file
39
.github/ISSUE_TEMPLATE/bug-report--software-issue-in-learning-platform.md
vendored
Normal file
@ -0,0 +1,39 @@
|
|||||||
|
---
|
||||||
|
name: 'Bug Report: Software issue in Learning platform'
|
||||||
|
about: Reporting a software bug, in learning platform (not for content in guide articles
|
||||||
|
or coding challenges).
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
**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.
|
Reference in New Issue
Block a user