setup-php/.github/PULL_REQUEST_TEMPLATE/FIX.md
2020-05-16 11:28:01 +05:30

1.1 KiB

name about labels
🐞 Bug Fix You have a fix for a bug? bug

A Pull Request should be associated with an Issue.

If you're offering a new feature or fixing anything, please provide the details in Issues, so that the development can be pointed in the intended direction.

Related issue:

Further notes in Contribution Guidelines Thank you for your contribution.

Description

This PR [briefly explain what it does]

In case this PR introduced TypeScript/JavaScript code changes:

  • I have written test cases for the changes in this pull request.
  • I have run npm run format before the commit.
  • I have run npm run lint before the commit.
  • I have run npm run release before the commit.
  • 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).