Skip to content

Commit

Permalink
fix(templates): links were not working
Browse files Browse the repository at this point in the history
  • Loading branch information
gauthierpetetin committed Aug 29, 2023
1 parent f732212 commit aedbdbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/pull-request-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ _[screenshot]_

## **Pre-merge author checklist**

- [ ] I’ve followed [MetaMask Coding Standards](/.github/coding_guidelines/CODING_GUIDELINES.md).
- [ ] I’ve followed [MetaMask Coding Standards](https://github.com/MetaMask/metamask-extension/blob/develop/.github/coding_guidelines/CODING_GUIDELINES.md).
- [ ] I've clearly explained:
- [ ] What problem this PR is solving.
- [ ] How this problem was solved.
- [ ] How reviewers can test my changes.
- [ ] I’ve indicated what issue this PR is linked to: Fixes #???
- [ ] I’ve included tests if applicable.
- [ ] I’ve documented any added code.
- [ ] I’ve applied the right labels on the PR (see [labeling guidelines](/.github/coding_guidelines/LABELING_GUIDELINES.md)).
- [ ] I’ve applied the right labels on the PR (see [labeling guidelines](https://github.com/MetaMask/metamask-extension/blob/develop/.github/coding_guidelines/LABELING_GUIDELINES.md)).
- [ ] I’ve properly set the pull request status:
- [ ] In case it's not yet "ready for review", I've set it to "draft".
- [ ] In case it's "ready for review", I've changed it from "draft" to "non-draft".
Expand Down

0 comments on commit aedbdbd

Please sign in to comment.