From 7567f4f3b2e2edb48edaf57da89289a89ace35dc Mon Sep 17 00:00:00 2001 From: Kayne Ruse Date: Thu, 9 Feb 2023 17:05:20 +0000 Subject: [PATCH] Experimenting with issues --- .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 0000000..f4f46e4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,27 @@ +--- +name: Bug report +about: Create a report to help us improve +labels: bug +--- + +## Describe the bug + +A clear and concise description of what the bug is. + +## To Reproduce + +Steps to reproduce the behaviour: + +1. ... + +You can include some screenshots here if you'd like! + +## Versioning + +- OS: [for example MacOS, Windows, iOS, Android] +- Version: [What version of Toy was this running?] + +### Additional context + +Add any other context about the problem here. + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..fca8eb7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,17 @@ +--- +name: Feature request +about: Suggest an idea +labels: enhancement +--- + +### Describe the feature you’d like + +A clear and concise description of what you’d like to be able to do with Toy. + +### Describe alternatives you've considered + +A clear and concise description of any alternative solutions or workarounds you've considered. + +### Additional context + +Add any other context about the feature request here. \ No newline at end of file