We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1d6ea7 commit 8625efcCopy full SHA for 8625efc
1 file changed
.github/ISSUE_TEMPLATE/FeatureRequest.yml
@@ -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
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