diff --git a/.github/pull-request-template.md b/.github/pull-request-template.md index 588bcfc691d..cd4c1312a67 100644 --- a/.github/pull-request-template.md +++ b/.github/pull-request-template.md @@ -35,7 +35,7 @@ Fixes: ## **Pre-merge author checklist** -- [ ] I’ve followed [MetaMask Coding Standards](https://github.com/MetaMask/metamask-mobile/blob/main/.github/guidelines/CODING_GUIDELINES.md). +- [ ] I’ve followed [MetaMask Contributor Docs](https://github.com/MetaMask/contributor-docs/blob/main/docs/pull-requests.md) and [MetaMask Mobile Coding Standards](https://github.com/MetaMask/metamask-mobile/blob/main/.github/guidelines/CODING_GUIDELINES.md). - [ ] I've completed the PR template to the best of my ability - [ ] I’ve included tests if applicable - [ ] I’ve documented my code using [JSDoc](https://jsdoc.app/) format if applicable diff --git a/README.md b/README.md index 4482b10878f..a0a5c9acce8 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ For up to the minute news, follow our [Twitter](https://twitter.com/metamask) or To learn how to develop MetaMask-compatible applications, visit our [Developer Docs](https://docs.metamask.io). +To learn how to contribute to the MetaMask codebase, visit our [Contributor Docs](https://github.com/MetaMask/contributor-docs). + ## Documentation - [Architecture](./docs/readme/architecture.md)