diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b95ba50..61954e6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -19,7 +19,7 @@ Before opening a PR: 1. Ensure that tests pass and code is lint free. You can run `yarn test` and `yarn lint` locally to check. 1. Update the README.md if your changes invalidate or extend its current content. 1. Include tests for any new functionality. -1. Ensure each section of the [Pull Request Template](./PULL_REQUEST_TEMPLATE.md) is filled out. Delete any sections that are not relevant. +1. Ensure each section of the [Pull Request Template](https://github.com/ethereum-optimism/.github/blob/master/PULL_REQUEST_TEMPLATE.md) is filled out. Delete any sections that are not relevant. Unless your PR is ready for immediate review and merging, please mark it as 'draft' (or simply do not open a PR yet).