From 028c5eb2123c1e000f70dd54c52e2b9dd68aeba1 Mon Sep 17 00:00:00 2001 From: nathom <74019033+nathom@users.noreply.github.com> Date: Fri, 14 May 2021 20:10:04 -0700 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index aa95df0..cfafa46 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -15,11 +15,11 @@ A clear and concise description of the behavior. **Command used:** ```bash -type the command that caused the bug here +# Type the command that caused the bug here ``` -**Expected behavior/code** -A clear and concise description of what you expected to happen (or code). +**Expected behavior** +A clear and concise description of what you expected to happen. **`streamrip` Configuration File (find using `rip config -o`):** @@ -29,7 +29,7 @@ A clear and concise description of what you expected to happen (or code). - + ```yaml # Paste the contents of config.yaml here @@ -45,8 +45,14 @@ your: - Python version: [e.g. 3.8] - OS: [e.g. OSX 10.13.4, Windows 10] +**Traceback** +```bash +# Paste the text that Python dumped on the error here +# Delete this section if there was no traceback +``` + **Possible Solution** - + **Additional context/Screenshots** Add any other context about the problem here. If applicable, add screenshots to help explain.