Commit 40cac44e authored by Zach Pomerantz's avatar Zach Pomerantz Committed by GitHub

docs: use comments for pull_request_template (#6304)

* docs: use comments for pull_request_template

* docs: update
parent 4e6d28cf
<!-- Your PR title must follow conventional commits: https://github.com/Uniswap/interface#pr-title -->
## Description
<!-- Summary of change, including motivation and context. -->
<!-- Use verb-driven language: "Fixes XYZ" instead of "This change fixes XYZ" -->
<!-- Delete inapplicable lines: -->
_JIRA ticket:_
_Slack thread:_
_Relevant docs:_
<!-- Delete this section if your change does not affect UI. -->
## Screen capture
| Before | After (Desktop) | After (Mobile) |
| ----------------------- |----------------------- | ---------------------- |
| <!-- Paste "before" --> | <!-- Paste "after" --> | <!-- Paste "after" --> |
## Test plan
_[Summary of change, motivation, and context.]_
<!-- Delete this section if your change is not a bug fix. -->
### Reproducing the error
- _Link to JIRA ticket, slack thread, or relevant docs helpful for providing context to reviewers._
<!-- Include steps to reproduce the bug. -->
1.
- _Note: Your PR title must follow conventions [outlined here](https://github.com/Uniswap/interface#contributions)._
### QA (ie manual testing)
## Screen Capture
| Before | After (Desktop) | After (Mobile) |
| ---------------- |----------------- | -------------- |
| _insert_before_ | _insert_after_ | _insert_after_ |
<!-- Include steps to test the change, ensuring no regression. -->
- [ ] N/A
## Test Plan
#### Manual
#### Devices
<!-- If applicable, include different devices and screen sizes that may be affected, and how you've tested them. -->
_[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 testing
#### Automated
<!-- If N/A, do not check nor delete, but strike through. -->
<!-- eg - [ ] <s>Unit test</s> -->
- [ ] Unit test
- [ ] Integration/E2E test
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment