Skip to content

Commit d73e0d2

Browse files
committed
Switching issues over to use forms instead of markdown
1 parent 7b7b3f4 commit d73e0d2

File tree

7 files changed

+108
-23
lines changed

7 files changed

+108
-23
lines changed
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
name: 🐞 Bug Report
2+
description: Create a report to help us improve
3+
title: "<title>"
4+
labels: ["Bug"]
5+
body:
6+
- type: textarea
7+
attributes:
8+
label: Describe the bug
9+
description: A clear and detailed description of what the bug is. Describe what steps you've taken to troubleshoot the issue.
10+
placeholder: "..."
11+
validations:
12+
required: true
13+
14+
- type: textarea
15+
attributes:
16+
label: Expected Behavior
17+
description: Explain what your expected behavior of the app is. What is the difference between what it is currently doing, and what you think it should be doing.
18+
placeholder: "..."
19+
validations:
20+
required: true
21+
22+
- type: dropdown
23+
attributes:
24+
label: Platform
25+
options:
26+
- Linux
27+
- Docker
28+
- Unraid (Ich777's App)
29+
- Windows
30+
- Linux ARM
31+
- MacOS
32+
validations:
33+
required: true
34+
35+
- type: input
36+
attributes:
37+
label: Discord Username
38+
description: If you are part of the Lancache Discord Server this helps with communicating across both Github and Discord.
39+
validations:
40+
required: false
41+
42+
- type: textarea
43+
attributes:
44+
label: Anything else?
45+
description: |
46+
Screenshots? Logs? Anything that will give us more context about the issue you are encountering!
47+
48+
EpicPrefill's logs can be found in the application's directory alongside the executable.
49+
placeholder: "..."
50+
validations:
51+
required: false
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: 💭 Feature Request
2+
description: Have an idea for new functionality?
3+
title: "[Feature Request]"
4+
labels: ["Feature Request"]
5+
body:
6+
- type: textarea
7+
attributes:
8+
label: Description
9+
description: Describe the new feature. What is the new functionality? What is the use case? What is the user interface and how is it intended to be used?
10+
placeholder: "..."
11+
validations:
12+
required: true
13+
14+
- type: input
15+
attributes:
16+
label: Discord Username
17+
description: If you are part of the Lancache Discord Server this helps with communicating across both Github and Discord.
18+
validations:
19+
required: false
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: ❓ Question
2+
description: Need some clarification? Looking for some guidance? Ask away!
3+
title: "[Question]"
4+
labels: ["Question"]
5+
body:
6+
- type: textarea
7+
attributes:
8+
label: Question
9+
description: Ask away!
10+
placeholder: "..."
11+
validations:
12+
required: true
13+
14+
- type: input
15+
attributes:
16+
label: Discord Username
17+
description: If you are part of the Lancache Discord Server this helps with communicating across both Github and Discord.
18+
validations:
19+
required: false
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Other
2+
description: For when the other issue types don't fit your issue.
3+
title: "<title>"
4+
body:
5+
- type: textarea
6+
attributes:
7+
label: Description
8+
placeholder: "..."
9+
validations:
10+
required: true
11+
12+
- type: input
13+
attributes:
14+
label: Discord Username
15+
description: If you are part of the Lancache Discord Server this helps with communicating across both Github and Discord.
16+
validations:
17+
required: false

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 23 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
blank_issues_enabled: false

docs/mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# TODO Make sure there are no references to SteamPrefill in the various asciicasts
12
site_name: epic-lancache-prefill wiki
23
docs_dir: mkdocs
34
repo_url: https://github.com/tpill90/epic-lancache-prefill

0 commit comments

Comments
 (0)