-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
222b98f
commit 70426e7
Showing
1 changed file
with
59 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
<!-- Use this template as a guide to describe your pull request, and adjust as necessary. --> | ||
<!-- Include information that helps your peers review your updates and understand this --> | ||
<!-- repository's history of changes over time. --> | ||
|
||
<!-- Delete any options that are not relevant --> | ||
|
||
- [ ] Tests for the changes have been added | ||
- [ ] Related documentation has been added / updated | ||
|
||
### 📝 Description | ||
|
||
<!-- Contributions are welcome! If there is a corresponding --> | ||
<!-- Ticket, link to it by replacing `#` with ticket number --> | ||
|
||
🔗 [Ticket #]() | ||
|
||
<!-- Replace this with a high-level description of the features/functionality proposed in the pull request. --> | ||
|
||
Changes include: | ||
|
||
- [Thing] | ||
- [Other thing] | ||
- [More things] | ||
|
||
### 📸 Screenshots | ||
|
||
<!-- | ||
If your work here contains visual changes, provide before (optional) and after screenshots, GIFs, or videos. | ||
If not, then delete this section | ||
--> | ||
|
||
| Before (Optional) | After | | ||
| -------------------------------------- | ------------------------------------- | | ||
| <!-- Paste before image/video here --> | <!-- Paste after image/video here --> | | ||
|
||
### 🪤 Peer Testing | ||
|
||
<!-- If peer testing is not needed, then delete this section --> | ||
<!-- Uncomment out any of the following as needed: --> | ||
<!-- **Requires `yarn install`** --> | ||
|
||
<!-- | ||
Replace this with a series of test steps & expected outcomes. | ||
Example test step: | ||
- This is a test step. Highlight actions **in bold**. | ||
**Expected outcome:** This is what to expect after the step | ||
--> | ||
|
||
### ✏️ Notes | ||
|
||
<!-- | ||
Replace this line with anything else you think may be relevant or related PRs | ||
If there are no notes, then delete this section. | ||
--> |