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 f7c4bf2 commit 906158eCopy full SHA for 906158e
.github/ISSUE_TEMPLATE/feature_request.md
@@ -0,0 +1,27 @@
1
+---
2
+name: Feature request
3
+about: Suggest an idea for this project
4
+title: ''
5
+labels: ''
6
+assignees: ''
7
+
8
9
10
+**Is your feature request related to a problem? Please describe.**
11
+A clear and concise description of what the problem is.
12
13
+**Describe the solution you'd like**
14
+A clear and concise description of what you want to happen.
15
16
+Code Sample:
17
+```java
18
+public void newFunction() {
19
20
+}
21
+```
22
23
+**Describe alternatives you've considered**
24
+A clear and concise description of any alternative solutions or features you've considered.
25
26
+**Additional context**
27
+Add any other context or screenshots about the feature request here.
0 commit comments