diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 30e16c2..fc88093 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -10,16 +10,9 @@ ______ For contributor use: -- [ ] Targeted PR against `master` branch +- [ ] Targeted PR against `main` branch - [ ] Linked to Github issue with discussion and accepted design OR link to spec that describes this work. -- [ ] Code follows the [standards mentioned here](https://github.com/onflow/flow-nft/blob/master/CONTRIBUTING.md#styleguides). +- [ ] Code follows the [standards mentioned here](https://github.com/onflow/contract-updater/blob/master/CONTRIBUTING.md#styleguides). - [ ] Updated relevant documentation - [ ] Re-reviewed `Files changed` in the Github PR explorer -- [ ] Added appropriate labels - -- [ ] Update the version in package.json when there is a change in the smart contracts \ No newline at end of file +- [ ] Added appropriate labels \ No newline at end of file