feat: Update pull_request_template.md (#6302)

Update pull_request_template.md

add notes about testing mobile layouts to the test plan prompts
This commit is contained in:
eddie 2023-04-04 14:57:47 -07:00 committed by GitHub
parent 709fad0804
commit 4e6d28cff4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -7,9 +7,9 @@ _[Summary of change, motivation, and context.]_
- _Note: Your PR title must follow conventions [outlined here](https://github.com/Uniswap/interface#contributions)._ - _Note: Your PR title must follow conventions [outlined here](https://github.com/Uniswap/interface#contributions)._
## Screen Capture ## Screen Capture
| Before | After | | Before | After (Desktop) | After (Mobile) |
| ---------------- |-----------------| | ---------------- |----------------- | -------------- |
| _insert_before_ | _insert_after_ | | _insert_before_ | _insert_after_ | _insert_after_ |
## Test Plan ## Test Plan
@ -17,6 +17,8 @@ _[Summary of change, motivation, and context.]_
_[Steps of how you are testing the change and ensuring no regression.]_ _[Steps of how you are testing the change and ensuring no regression.]_
_[Different devices and screen sizes that may be affected and how you tested.]_
#### Automated #### Automated
- [ ] Unit test - [ ] Unit test
- [ ] Integration/E2E test - [ ] Integration/E2E test