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)._
## Screen Capture
| Before | After |
| ---------------- |-----------------|
| _insert_before_ | _insert_after_ |
| Before | After (Desktop) | After (Mobile) |
| ---------------- |----------------- | -------------- |
| _insert_before_ | _insert_after_ | _insert_after_ |
## Test Plan
@ -17,6 +17,8 @@ _[Summary of change, motivation, and context.]_
_[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
- [ ] Unit test
- [ ] Integration/E2E test