Skip to content
This repository was archived by the owner on May 9, 2023. It is now read-only.

Commit c08e020

Browse files
authored
Create enhancement.yaml
1 parent 362fcdc commit c08e020

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: New feature or enhancement
2+
description: Suggest or discuss a feature or enhancement for UnityExplorer
3+
title: "[Enhancement]: "
4+
labels: [enhancement]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
Thanks for taking the time to discuss UnityExplorer, please provide as much detail as possible.
10+
- type: textarea
11+
id: description
12+
attributes:
13+
label: Describe the new feature or enhancement
14+
description: |
15+
Please go into as much detail as necessary in describing the new feature or enhancement.
16+
If providing examples or suggestions for the required C# code, please use syntax-highlighted code blocks.
17+
validations:
18+
required: true

0 commit comments

Comments
 (0)