Skip to content
This repository was archived by the owner on Jun 7, 2022. It is now read-only.

Commit d4b9724

Browse files
authored
Add template for feature requests
1 parent a79cc80 commit d4b9724

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
name: "\U0001F4A1 Feature request"
3+
about: Create an issue describing a feature you want to see in CloudNet
4+
title: ''
5+
labels: enhancement
6+
assignees: ''
7+
8+
---
9+
10+
**Description of the new feature:**
11+
12+
<!--
13+
A clear and concise description why you would like to see that
14+
feature in CloudNet. Is it related to a problem? If so please give
15+
use some context what the problem is.
16+
-->
17+
18+
**Reasons for inclusion into the CloudNet code base:**
19+
20+
<!--
21+
Why does this feature need to be included into CloudNet?
22+
Why can this feature not be implemented using a module or plugin?
23+
-->
24+
25+
**Planned audience:**
26+
27+
<!-- Who will be the main user of this new feature? (e.g. developers, server administrators, players etc) -->
28+
29+
**Preview of code and documentation:**
30+
31+
<!--
32+
Please add planning documents, UML diagrams, mock-up code or any other development documents to this feature request.
33+
These documents are allowed to contradict themselves, if they explain different ideas for implementation.
34+
-->
35+
36+
**Additional context:**
37+
38+
<!-- Add any other context or screenshots about this feature request here. -->

0 commit comments

Comments
 (0)