php-src/.github/ISSUE_TEMPLATE/feature_request.yml
Nikita Popov 8ba1267744 Add templates and workflows for GitHub issues
This adds the necessary templates and actions for
https://wiki.php.net/rfc/github_issues.

Closes GH-7694.
2021-12-04 16:40:18 +01:00

11 lines
305 B
YAML

name: Feature request
description: Create a feature request
labels: ["Feature", "Status: Needs Triage"]
body:
- type: textarea
attributes:
label: Description
description: "Please describe the requested feature and why it should be included in PHP."
validations:
required: true