diff --git a/.github/ISSUE_TEMPLATE/bug-report--issues-with-coding-challenge.md b/.github/ISSUE_TEMPLATE/bug-report--issues-with-coding-challenge.md new file mode 100644 index 00000000000..34cf2798191 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report--issues-with-coding-challenge.md @@ -0,0 +1,22 @@ +--- +name: 'Bug Report: Issues with Coding challenge' +about: Reporting issue with a specific challenge, like broken tests, unclear instructions. + +--- + + +**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-learning-platform.md b/.github/ISSUE_TEMPLATE/bug-report--software-issue-in-learning-platform.md new file mode 100644 index 00000000000..d56fa178f50 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report--software-issue-in-learning-platform.md @@ -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.