mirror of
https://github.com/php/php-src.git
synced 2024-12-12 11:23:53 +08:00
8ba1267744
This adds the necessary templates and actions for https://wiki.php.net/rfc/github_issues. Closes GH-7694.
11 lines
305 B
YAML
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
|