فهرست منبع

:sparkles: +feature request template

smiley 2 سال پیش
والد
کامیت
c776147f29
1فایلهای تغییر یافته به همراه35 افزوده شده و 0 حذف شده
  1. 35 0
      .github/ISSUE_TEMPLATE/feature_request.md

+ 35 - 0
.github/ISSUE_TEMPLATE/feature_request.md

@@ -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)