From 0bf5ce065a5798dcf328a8091e4f34c4d50d1795 Mon Sep 17 00:00:00 2001 From: Conrad Date: Sat, 15 Jan 2022 22:15:20 +0100 Subject: [PATCH] Updated bug and feature templates --- .github/ISSUE_TEMPLATE/bug_report.md | 8 ++++---- .github/ISSUE_TEMPLATE/feature_request.md | 5 ++--- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 881236f..2d0459c 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -3,12 +3,12 @@ name: Bug report about: Report a problem! title: "[BUG]" labels: bug -assignees: '' - +assignees: "" --- **What exactly happened?** Steps to reproduce the behavior: + 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' @@ -21,8 +21,8 @@ A clear and concise description of what you expected to happen. If applicable, add screenshots to help explain your problem. **Where did you encounter the problem?** - - OS: [e.g. iOS] + - Repo: [e.g. URL to your repository] - - Version [e.g. 22] +- Version [e.g. 22] diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index f302208..2ee4b73 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -3,12 +3,11 @@ name: Feature request about: Request a feature! title: "[FEATURE]" labels: enhancement -assignees: '' - +assignees: "" --- **What would you like to change about the program?** -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] +A clear and concise description of what the problem is. **Why do you think this is a cool idea?** A clear and concise description of why your feature would improve the program.