2019-09-22 13:46:51 +07:00
|
|
|
---
|
|
|
|
name: 🎉 New Feature
|
2020-05-16 12:58:01 +07:00
|
|
|
about: You have added a new feature to setup-php?
|
2019-09-22 13:46:51 +07:00
|
|
|
labels: enhancement
|
2019-11-03 11:41:44 +07:00
|
|
|
|
2019-09-22 13:46:51 +07:00
|
|
|
---
|
|
|
|
|
2019-09-22 15:30:16 +07:00
|
|
|
## A Pull Request should be associated with an Issue.
|
|
|
|
|
2020-05-16 12:58:01 +07:00
|
|
|
> If you're adding a new feature please provide the details in Issues,
|
|
|
|
> so that the development can be pointed in the intended direction.
|
2019-09-22 15:30:16 +07:00
|
|
|
|
2020-05-16 12:58:01 +07:00
|
|
|
Related issue: <!-- Please link the related issue -->
|
2019-09-22 15:30:16 +07:00
|
|
|
|
|
|
|
> Further notes in [Contribution Guidelines](.github/CONTRIBUTING.md)
|
2020-05-16 12:58:01 +07:00
|
|
|
> Thank you for your contribution.
|
2019-09-22 15:30:16 +07:00
|
|
|
|
|
|
|
### Description
|
|
|
|
|
|
|
|
This PR [briefly explain what it does]
|
|
|
|
|
|
|
|
> In case this PR introduced TypeScript/JavaScript code changes:
|
|
|
|
|
2019-11-25 23:36:40 +07:00
|
|
|
- [ ] I have written test cases for the changes in this pull request.
|
2019-09-22 15:30:16 +07:00
|
|
|
- [ ] I have run `npm run format` before the commit.
|
2019-11-25 23:36:40 +07:00
|
|
|
- [ ] I have run `npm run lint` before the commit.
|
|
|
|
- [ ] I have run `npm run release` before the commit.
|
2020-05-16 12:58:01 +07:00
|
|
|
- [ ] `npm test` returns with no unit test errors and all code covered.
|
|
|
|
|
|
|
|
> In case this PR edits any scripts:
|
|
|
|
|
|
|
|
- [ ] I have checked the edited scripts for syntax.
|
|
|
|
- [ ] I have tested the changes in an integration test (If yes, provide workflow link).
|
2019-09-22 15:30:16 +07:00
|
|
|
|
2019-09-22 13:46:51 +07:00
|
|
|
<!--
|
|
|
|
- Please target the develop branch when submitting the pull request.
|
|
|
|
-->
|