From c776147f29b4bdf436851844dfd612e3473f450b Mon Sep 17 00:00:00 2001 From: smiley Date: Mon, 18 Sep 2023 16:08:52 +0200 Subject: [PATCH] :sparkles: +feature request template --- .github/ISSUE_TEMPLATE/feature_request.md | 35 +++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md 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)