Skip to content

Commit

Permalink
feat: Update pull_request_template.md (Uniswap#6302)
Browse files Browse the repository at this point in the history
Update pull_request_template.md

add notes about testing mobile layouts to the test plan prompts
  • Loading branch information
just-toby authored Apr 4, 2023
1 parent 709fad0 commit 4e6d28c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,18 @@ _[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
#### Manual

_[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

0 comments on commit 4e6d28c

Please sign in to comment.