From 587586e1a9069da7c363fe43314a6fe1f781bb4f Mon Sep 17 00:00:00 2001 From: Tom Russell Date: Thu, 18 Jun 2020 11:27:46 +0100 Subject: [PATCH] Set up issue templates Add bug report and feature request templates. Potential to add deploy checklist or other templates as useful. --- .github/ISSUE_TEMPLATE/bug_report.md | 27 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 17 ++++++++++++++ 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 00000000..5f127441 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,27 @@ +--- +name: Bug report +about: Describe a problem to help us improve Colouring London +title: '' +labels: '' +assignees: '' + +--- + +**Describe the problem** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior** +A short description of what you expected to happen. + +**Screenshots** +If it helps to explain the problem, add screenshots. + +**More information** +Add any other context about the problem here - which browsers or devices show it, whether it's only started happening recently... diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..0845adaf --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,17 @@ +--- +name: Feature request +about: Suggest an idea +title: '' +labels: '' +assignees: '' + +--- + +**Describe the solution** +A clear and concise description of what you want to happen. + +**Describe any alternatives** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Other context or background information.