diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 000000000..ce80f6006 --- /dev/null +++ b/.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: '' + +--- + + + +**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)