1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 01:47:00 +01:00

Update PULL_REQUEST_TEMPLATE.md (#16367)

This commit is contained in:
Peter Yinusa 2022-11-04 14:58:35 +00:00 committed by GitHub
parent 300919cfcc
commit 726b7b52cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,18 +6,6 @@ Thanks for the pull request. Take a moment to answer these questions so that rev
* What is the current state of things and why does it need to change? * What is the current state of things and why does it need to change?
* What is the solution your changes offer and how does it work? * What is the solution your changes offer and how does it work?
Below is a template to give you some ideas. Feel free to use your own words!
Currently, ...
This is a problem because ...
In order to solve this problem, this pull request ...
-->
## More Information
<!--
Are there any issues, Slack conversations, Zendesk issues, user stories, etc. reviewers should consult to understand this pull request better? For instance: Are there any issues, Slack conversations, Zendesk issues, user stories, etc. reviewers should consult to understand this pull request better? For instance:
* Fixes #12345 * Fixes #12345
@ -46,14 +34,20 @@ How should reviewers and QA manually test your changes? For instance:
- Then do this - Then do this
--> -->
## Pre-Merge Checklist ## Pre-merge author checklist
- [ ] PR template is filled out - [ ] I've clearly explained:
- [ ] **IF** this PR fixes a bug, a test that _would have_ caught the bug has been added - [ ] What problem this PR is solving
- [ ] How this problem was solved
- [ ] How reviewers can test my changes
- [ ] Sufficient automated test coverage has been added
## Pre-merge reviewer checklist
- [ ] Manual testing (e.g. pull and build branch, run in browser, test code being changed)
- [ ] PR is linked to the appropriate GitHub issue - [ ] PR is linked to the appropriate GitHub issue
- [ ] PR has been added to the appropriate release Milestone - [ ] **IF** this PR fixes a bug in the release milestone, add this PR to the release milestone
### + If there are functional changes: If further QA is required (e.g. new feature, complex testing steps, large refactor), add the `Extension QA Board` label.
- [ ] Manual testing complete & passed In this case, a QA Engineer approval will be be required.
- [ ] "Extension QA Board" label has been applied