From a680ef11425a76b80a6f53e28300dd1f17f8f2b5 Mon Sep 17 00:00:00 2001 From: Cynthia Rich Date: Sun, 11 Aug 2019 12:06:17 -0400 Subject: [PATCH] update bug report template --- .github/ISSUE_TEMPLATE/bug_report.md | 30 +++++----------------------- 1 file changed, 5 insertions(+), 25 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 7bc0422..8caf118 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,6 +1,6 @@ --- name: Bug Report -about: Is something not working as expected? Let us know to help us improve! +about: Is something not working as expected? Please help us improve! title: '' labels: 'bug' --- @@ -8,40 +8,20 @@ labels: 'bug' ## Bug Report **Current behavior** -A clear and concise description of what the bug is (with optional code snippets). - - +A clear and concise description of what the bug is (with screenshots). **Reproduction** -Steps to reproduce the behavior in GitHub Learning Lab: +Steps to reproduce the behavior in the course: 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 (with optional code snippets). +A clear and concise description of what you expected to happen. **Possible solution** - +If you have suggestions, we'd love to hear them. If not, that's ok too. **Additional context** Add any other context about the problem here. If applicable, add screenshots to help explain.