Skip to content

Commit b5e4d2a

Browse files
authored
Update bug_report.md
1 parent 93b57a1 commit b5e4d2a

File tree

1 file changed

+30
-11
lines changed

1 file changed

+30
-11
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 30 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,32 @@
1-
---
2-
name: Bug report
3-
about: KSPCF doesn't work correctly
4-
title: ''
5-
labels: ''
6-
assignees: ''
1+
name: Bug Report
2+
description: Something in KSPCF isn't working correctly
3+
labels: ["bug", "unconfirmed"]
74

8-
---
5+
body:
6+
- type: textarea
7+
id: repro-steps
8+
attributes:
9+
label: What did you do before the bug occurred?
10+
description: Ideally, provide a list of steps that will cause the bug to occur
11+
validations:
12+
required: true
13+
- type: textarea
14+
id: what-happened
15+
attributes:
16+
label: What happened?
17+
description: Ideally, include what you *expected* to happen
18+
validations:
19+
required: true
20+
- type: textarea
21+
id: log
22+
attributes:
23+
label: Upload your ksp.log file
24+
description: This file can be found adjacent to your ksp executable
25+
validations:
26+
required: true
27+
- type: textarea
28+
id: screenshot
29+
attributes:
30+
label: A screenshot of the problem
31+
description: Please include the whole KSP game window. Video clips are great too!
932

10-
**Describe your problem with KSPCF :**
11-
12-
**KSP version :**
13-
**Link to your `KSP.log` file :**

0 commit comments

Comments
 (0)