setup-php/.github/ISSUE_TEMPLATE/feature.md

27 lines
689 B
Markdown
Raw Normal View History

2019-09-21 17:53:35 +07:00
---
name: Feature request
2020-05-16 12:58:01 +07:00
about: Suggest a new feature
2019-09-21 17:53:35 +07:00
title: ''
2020-06-09 08:34:47 +07:00
labels: 'enhancement'
2020-05-16 12:58:01 +07:00
assignees: 'shivammathur'
2019-09-21 17:53:35 +07:00
---
2020-05-16 12:58:01 +07:00
**Describe the feature**
<!-- Please describe concisely the feature you want to add. -->
2019-09-21 17:53:35 +07:00
2020-06-09 08:34:47 +07:00
**Version**
2020-10-05 15:25:56 +07:00
- [ ] I have checked releases, and the feature is missing in the latest patch version of `v2`.
2020-06-09 08:34:47 +07:00
2020-05-16 12:58:01 +07:00
**Underlying issue**
<!-- Please describe the issue this would solve. -->
2019-09-21 17:53:35 +07:00
2020-05-16 12:58:01 +07:00
**Describe alternatives**
<!-- Please mention any alternative solutions you've considered. -->
2019-09-21 17:53:35 +07:00
**Additional context**
2020-05-16 12:58:01 +07:00
<!-- Add any other context or screenshots about the feature request here. -->
**Are you willing to submit a PR?**
<!-- We accept pull requests targeting the develop branch. -->