Skip to content

Commit

Permalink
docs: add Performance template
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Aug 19, 2022
1 parent 7f1266a commit 4169164
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/ISSUE_TEMPLATE/05-performance.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: "⚡️ Performance"
description: "Report an issue or request a feature for improved runtime game performance"
title: "⚡️ Performance: <short description of the request>"
labels:
- "area: performance"
body:
- attributes:
description: If any of these required steps are not taken, we may not be able to review your issue. Help us to help you!
label: Performance Report Checklist
options:
- label: I have pulled the latest `main` branch of the repository.
required: true
- 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.
required: true
type: checkboxes
- attributes:
description: What would you like to report?
label: Overview
type: textarea
validations:
required: true
- attributes:
label: Additional Info
description: Any additional info you'd like to provide.
type: textarea

0 comments on commit 4169164

Please sign in to comment.