From 086512956701347550c8c3dd08e3721616b22e89 Mon Sep 17 00:00:00 2001 From: Conrad Date: Fri, 10 Jan 2020 21:24:04 +0100 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 28 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 16 +++++++++++++ 2 files changed, 44 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..881236f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,28 @@ +--- +name: Bug report +about: Report a problem! +title: "[BUG]" +labels: bug +assignees: '' + +--- + +**What exactly happened?** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**What should've happened?** +A clear and concise description of what you expected to happen. + +**How did it look?** +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] + + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..f302208 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,16 @@ +--- +name: Feature request +about: Request a feature! +title: "[FEATURE]" +labels: enhancement +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 [...] + +**Why do you think this is a cool idea?** +A clear and concise description of why your feature would improve the program. + +