Skip to content

Commit 4169164

Browse files
docs: add Performance template
1 parent 7f1266a commit 4169164

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed
+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
name: "⚡️ Performance"
2+
description: "Report an issue or request a feature for improved runtime game performance"
3+
title: "⚡️ Performance: <short description of the request>"
4+
labels:
5+
- "area: performance"
6+
body:
7+
- attributes:
8+
description: If any of these required steps are not taken, we may not be able to review your issue. Help us to help you!
9+
label: Performance Report Checklist
10+
options:
11+
- label: I have pulled the latest `main` branch of the repository.
12+
required: true
13+
- label: I have [searched for related issues](https://github.com/FullScreenShenanigans/EightBittr/issues?q=is%3Aissue+label%3A%22area%3A+performance%22) and found none that matched my issue.
14+
required: true
15+
type: checkboxes
16+
- attributes:
17+
description: What would you like to report?
18+
label: Overview
19+
type: textarea
20+
validations:
21+
required: true
22+
- attributes:
23+
label: Additional Info
24+
description: Any additional info you'd like to provide.
25+
type: textarea

0 commit comments

Comments
 (0)