Skip to content

Commit 8625efc

Browse files
Add feature request
1 parent f1d6ea7 commit 8625efc

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Bug Report
2+
description: Open an issue to ask for a XNA Client feature to be implemented.
3+
title: "Your feature request title here"
4+
labels: ["feature"]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
Thanks for taking the time to fill out this feature request!
10+
Please make sure you fill in every gaps with as much detail as possible.
11+
- type: textarea
12+
id: description
13+
attributes:
14+
label: Description
15+
description: |
16+
Write a detailed description telling us what the feature you want to be implemented in the XNA Client.
17+
validations:
18+
required: true

0 commit comments

Comments
 (0)