Skip to content

Commit 48b025d

Browse files
authored
ISSUE_TEMPLATE (#218)
1 parent d494e5a commit 48b025d

File tree

4 files changed

+71
-1
lines changed

4 files changed

+71
-1
lines changed
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
---
2+
name: Bug or crash report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the bug**
11+
<!-- A clear and concise description of what the bug is. -->
12+
13+
**To Reproduce**
14+
Steps to reproduce the behavior:
15+
16+
1. Go to '...'
17+
2. Click on '....'
18+
3. Scroll down to '....'
19+
4. See error
20+
21+
**Expected behavior**
22+
<!-- A clear and concise description of what you expected to happen. -->
23+
24+
**Screenshots and recordings**
25+
<!-- If applicable, add screenshots and/or recordings to help explain your problem. -->
26+
27+
**Traceback or Crash Report**
28+
If AutoSplit showed an exception traceback, please paste it here:
29+
30+
```
31+
32+
```
33+
<!-- If AutoSplit crashed and closed without saying anything, please check Windows' Event Viewer, under Windows Logs > Application, for any recent error relating to AutoSplit -->
34+
35+
**Version (please complete the following information):**
36+
37+
- OS: [e.g. Windows 10.0.19045]
38+
- AutoSplit: [e.g. v2.0.0]
39+
40+
**AutoSplit Profile and Split Images**
41+
<!-- Please include your AutoSplit profile `.toml` file. You can also add your Split Images if relevant. -->
42+
43+
**Additional context**
44+
<!-- Add any other context about the problem here. -->

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
blank_issues_enabled: true
2+
contact_links:
3+
- name: AutoSplit Discord
4+
url: https://discord.gg/Qcbxv9y
5+
about: Get support on Discord
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea or improvement
4+
title: ''
5+
labels: enhancement
6+
assignees: ''
7+
8+
---
9+
10+
**Is your feature request related to a problem? Please describe.**
11+
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -->
12+
13+
**Describe the solution you'd like**
14+
<!-- A clear and concise description of what you want to happen. -->
15+
16+
**Describe alternatives you've considered**
17+
<!-- A clear and concise description of any alternative solutions or features you've considered. -->
18+
19+
**Additional context**
20+
<!-- Add any other context or screenshots about the feature request here. -->
21+
<!-- Please include an AutoSplit profile `.toml` file and/or Split Images if relevant. -->

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ The AutoSplit LiveSplit Component will directly connect AutoSplit with LiveSplit
231231

232232
Still need help?
233233

234-
- [Open an issue](../../issues)
234+
- [Check if your issue already exists or open a new one](../../issues)
235235
- Join the [AutoSplit Discord
236236
![AutoSplit Discord](https://badgen.net/discord/members/Qcbxv9y)](https://discord.gg/Qcbxv9y)
237237

0 commit comments

Comments
 (0)