Add new issue and request templates.

This commit is contained in:
Chandler Cox
2025-04-24 18:48:29 -05:00
parent f0bcc70563
commit 40dae18b76
3 changed files with 64 additions and 19 deletions

View File

@@ -0,0 +1,22 @@
name: Feature Request
description: File a feature request.
title: "[Request]: "
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out a feature request!
- type: textarea
id: description-area
attributes:
label: Description
description: Please provide a description of the feature!
validations:
required: true
- type: textarea
id: benifits-area
attributes:
label: Benifits
description: Please provide what benifits this feature would provide to the engine!
validations:
required: true