Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## **Description** Currently the PR template although comprehensive, could be improved with the intention of easing engineer workflow by removing italics, rearranging the sections and making the author checklist more concise and use the same language as the template itself. ## **Manual testing steps** 1. Read the PR template 2. Imagine filling it out 3. Do you feel it would help or hinder when creating a PR? 4. Comment with input ## **Screenshots/Recordings** ### **Before** ![Screenshot 2023-10-23 at 12 12 49 PM](https://github.com/MetaMask/metamask-mobile/assets/8112138/a0389bc4-62b5-4b25-9a77-94c0c9ff4ada) ### **After** ![Screenshot 2023-10-23 at 12 12 34 PM](https://github.com/MetaMask/metamask-mobile/assets/8112138/0561a321-7956-4d71-a9b3-3143d2e22764) ## **Related issues** - Extension PR MetaMask/metamask-extension#21377 - Slack thread https://consensys.slack.com/archives/G1L7H42BT/p1697208312544229 ## **Pre-merge author checklist** - [x] I’ve followed [MetaMask Coding Standards](https://github.com/MetaMask/metamask-extension/blob/develop/.github/guidelines/CODING_GUIDELINES.md). - [x] I've clearly explained: - [x] What problem this PR is solving. - [x] How this problem was solved. - [x] How reviewers can test my changes. - [ ] I’ve indicated what issue this PR is linked to: Fixes #??? - [x] I’ve included tests if applicable. - [x] I’ve documented any added code. - [x] I’ve applied the right labels on the PR (see [labeling guidelines](https://github.com/MetaMask/metamask-extension/blob/develop/.github/guidelines/LABELING_GUIDELINES.md)). - [x] I’ve properly set the pull request status: - [x] In case it's not yet "ready for review", I've set it to "draft". - [x] In case it's "ready for review", I've changed it from "draft" to "non-draft". ## **Pre-merge reviewer checklist** - [ ] I've manually tested the PR (e.g. pull and build branch, run the app, test code being changed). - [ ] I confirm that this PR addresses all acceptance criteria described in the ticket it closes and includes the necessary testing evidence such as recordings and or screenshots.
- Loading branch information