From 48b025d350223d783dff343777cc2952ee01c475 Mon Sep 17 00:00:00 2001 From: Avasam Date: Sat, 22 Apr 2023 12:19:15 -0400 Subject: [PATCH] ISSUE_TEMPLATE (#218) --- .github/ISSUE_TEMPLATE/bug-or-crash-report.md | 44 +++++++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 5 +++ .github/ISSUE_TEMPLATE/feature_request.md | 21 +++++++++ README.md | 2 +- 4 files changed, 71 insertions(+), 1 deletion(-) create mode 100644 .github/ISSUE_TEMPLATE/bug-or-crash-report.md create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug-or-crash-report.md b/.github/ISSUE_TEMPLATE/bug-or-crash-report.md new file mode 100644 index 00000000..66ac50ca --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-or-crash-report.md @@ -0,0 +1,44 @@ +--- +name: Bug or crash report +about: Create a report to help us improve +title: '' +labels: bug +assignees: '' + +--- + +**Describe the bug** + + +**To Reproduce** +Steps to reproduce the behavior: + +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior** + + +**Screenshots and recordings** + + +**Traceback or Crash Report** +If AutoSplit showed an exception traceback, please paste it here: + +``` + +``` + + +**Version (please complete the following information):** + +- OS: [e.g. Windows 10.0.19045] +- AutoSplit: [e.g. v2.0.0] + +**AutoSplit Profile and Split Images** + + +**Additional context** + diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..16106c02 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: true +contact_links: + - name: AutoSplit Discord + url: https://discord.gg/Qcbxv9y + about: Get support on Discord diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..546da8b0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,21 @@ +--- +name: Feature request +about: Suggest an idea or improvement +title: '' +labels: enhancement +assignees: '' + +--- + +**Is your feature request related to a problem? Please describe.** + + +**Describe the solution you'd like** + + +**Describe alternatives you've considered** + + +**Additional context** + + diff --git a/README.md b/README.md index 9644d39b..d394e844 100644 --- a/README.md +++ b/README.md @@ -231,7 +231,7 @@ The AutoSplit LiveSplit Component will directly connect AutoSplit with LiveSplit Still need help? -- [Open an issue](../../issues) +- [Check if your issue already exists or open a new one](../../issues) - Join the [AutoSplit Discord ![AutoSplit Discord](https://badgen.net/discord/members/Qcbxv9y)](https://discord.gg/Qcbxv9y)