setup-php/.github/PULL_REQUEST_TEMPLATE/NEW_FEATURE.md

34 lines
1.1 KiB
Markdown
Raw Normal View History

2019-09-22 13:46:51 +07:00
---
name: 🎉 New Feature
about: You have implemented some neat idea that you want to make part of setup-php?
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.
> We wish to have discussions in Issues. A single issue may be targeted by multiple PRs.
> If you're offering a new feature or fixing anything, we'd like to know beforehand in Issues,
> and potentially we'll be able to point development in a particular direction.
Related issue:
> Further notes in [Contribution Guidelines](.github/CONTRIBUTING.md)
> Thank you! We are open to PRs, but please understand if for technical reasons we are unable to accept each and any PR
### 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.
2019-09-22 15:30:16 +07:00
- [ ] `npm test` returns with no unit test errors.
2019-09-22 13:46:51 +07:00
<!--
- Please target the develop branch when submitting the pull request.
-->