diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index b6b94634e..2d2835648 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -7,25 +7,22 @@ If unsure about something.. just do as best as you're able, or reach out through our community support channels! https://github.com/typeorm/typeorm/blob/master/docs/support.md + https://github.com/typeorm/typeorm/blob/master/CONTRIBUTING.md --> ### Description of change - ### Pull-Request Checklist -- [ ] Code is up-to-date with the `master` branch -- [ ] `npm run format` to apply prettier formatting -- [ ] `npm run test` passes with this change -- [ ] This pull request links relevant issues as `Fixes #0000` -- [ ] There are new or updated unit tests validating the change -- [ ] Documentation has been updated to reflect this change -- [ ] The new commits follow conventions explained in [CONTRIBUTING.md](https://github.com/typeorm/typeorm/blob/master/CONTRIBUTING.md) +- [ ] Code is up-to-date with the `master` branch +- [ ] This pull request links relevant issues as `Fixes #00000` +- [ ] There are new or updated unit tests validating the change +- [ ] Documentation has been updated to reflect this change