Skip to content

Commit b44e89c

Browse files
committed
Remove the blank issue template
1 parent da8e744 commit b44e89c

File tree

2 files changed

+23
-9
lines changed

2 files changed

+23
-9
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 22 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
---
2-
name: Bug report
3-
about: Create a report to help us improve this project!
4-
title: Explain Your Issue
5-
labels: ''
6-
assignees: ''
2+
name: 'Bug report'
3+
about: 'Create a report to help us improve this project!'
4+
title: 'Explain Your Issue'
5+
labels: 'needs triage'
6+
---
7+
8+
## 🚨 Do not submit AI-generated reports
9+
10+
AI reports usually cite invalid sources and omit critical information that this template specifies.
11+
712
---
813

914
### [Experiencing issues? Check our Troubleshooting FAQ wiki!](https://github.com/wolveix/satisfactory-server/wiki/Troubleshooting-FAQ)
@@ -31,7 +36,7 @@ OUTPUT HERE
3136

3237
### System Specs (please complete the following information):
3338

34-
If you're on Linux, just paste the following block as a single command, and paste the output here.
39+
If you're on Linux, paste the following block as a single command, and paste the output here.
3540

3641
```shell
3742
echo "===== START ISSUE REPORT =====
@@ -51,9 +56,17 @@ Alternatively, you can find the information manually. Here's what we're looking
5156

5257
### Logs
5358

54-
Please provide your **full** container logs. Do not link to an external site for them, just upload them as an attachment
55-
to your reply.
59+
<details>
60+
<summary>Click to expand full container logs</summary>
61+
62+
Please provide your container logs. Do not link to an external site for them, just paste them here.
63+
64+
```
65+
PASTE YOUR LOGS HERE
66+
```
67+
68+
</details>
5669

5770
### Additional Context
5871

59-
Add any other context about the problem here.
72+
Add any other context about the problem here.

.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

0 commit comments

Comments
 (0)