diff options
Diffstat (limited to 'vendor/maennchen/zipstream-php/.github/ISSUE_TEMPLATE/FEATURE.yml')
-rw-r--r-- | vendor/maennchen/zipstream-php/.github/ISSUE_TEMPLATE/FEATURE.yml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/vendor/maennchen/zipstream-php/.github/ISSUE_TEMPLATE/FEATURE.yml b/vendor/maennchen/zipstream-php/.github/ISSUE_TEMPLATE/FEATURE.yml new file mode 100644 index 000000000..e5dec6371 --- /dev/null +++ b/vendor/maennchen/zipstream-php/.github/ISSUE_TEMPLATE/FEATURE.yml @@ -0,0 +1,11 @@ +name: 🎉 Feature Request +description: You have a neat idea that should be implemented? +labels: ["enhancement"] +body: + - type: textarea + id: description + attributes: + label: Description + description: Provide a summary of the feature you would like to see implemented. + validations: + required: true |