|
|
@@ -0,0 +1,35 @@
|
|
|
+---
|
|
|
+name: Feature request
|
|
|
+about: You have an idea for a new feature (or improve an existing one)? Great!
|
|
|
+title: ''
|
|
|
+labels: ''
|
|
|
+assignees: ''
|
|
|
+
|
|
|
+---
|
|
|
+
|
|
|
+<!--
|
|
|
+Please FOLLOW THE ISSUE TEMPLATE unless you have a good reason not to.
|
|
|
+If you have a question or an issue that is not a feature request,
|
|
|
+please use the Q&A section under discussions instead. Thanks!
|
|
|
+-->
|
|
|
+
|
|
|
+**Describe the feature**
|
|
|
+
|
|
|
+A clear and concise description of the requested feature.
|
|
|
+
|
|
|
+
|
|
|
+**Code sample** (if applicable)
|
|
|
+
|
|
|
+```php
|
|
|
+// your code here
|
|
|
+```
|
|
|
+
|
|
|
+
|
|
|
+**Additional context**
|
|
|
+
|
|
|
+Add any other context here (if applicable).
|
|
|
+
|
|
|
+
|
|
|
+**Are you (the requester) willing to submit a pull request for that feature?**
|
|
|
+
|
|
|
+[YES|NO] (A yes will greatly increase the chance that the feature will be added)
|