From b5e2b12dd4a98fdde60df6a629d4b7658b51018d Mon Sep 17 00:00:00 2001 From: mrugesh mohapatra <1884376+raisedadead@users.noreply.github.com> Date: Thu, 11 Oct 2018 17:35:36 +0530 Subject: [PATCH] docs: update issue templates --- ...bug-report---issues-with-guide-articles.md | 22 +++++++++++++++++++ ...g-report--issues-with-coding-challenges.md | 22 +++++++++++++++++++ 2 files changed, 44 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug-report---issues-with-guide-articles.md create mode 100644 .github/ISSUE_TEMPLATE/bug-report--issues-with-coding-challenges.md diff --git a/.github/ISSUE_TEMPLATE/bug-report---issues-with-guide-articles.md b/.github/ISSUE_TEMPLATE/bug-report---issues-with-guide-articles.md new file mode 100644 index 0000000000..d7f770413a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report---issues-with-guide-articles.md @@ -0,0 +1,22 @@ +--- +name: 'Bug report: Issues with Guide articles' +about: Reporting issue with a guide article, broken links, images, or content related + +--- + + +**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--issues-with-coding-challenges.md b/.github/ISSUE_TEMPLATE/bug-report--issues-with-coding-challenges.md new file mode 100644 index 0000000000..dd39c7e848 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report--issues-with-coding-challenges.md @@ -0,0 +1,22 @@ +--- +name: 'Bug Report: Issues with Coding challenges' +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):**