-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Co-authored-by: Marty <[email protected]>
- Loading branch information
Showing
1 changed file
with
56 additions
and
5 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 |
---|---|---|
@@ -1,9 +1,60 @@ | ||
resolves: M2-#### | ||
<!-- 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. --> | ||
|
||
### Objective | ||
<!-- Delete any options that are not relevant --> | ||
|
||
### Notes | ||
- [ ] Tests for the changes have been added | ||
- [ ] Related documentation has been added / updated | ||
- [ ] OSS packages added to MindLogger [open source credit page](https://mindlogger.atlassian.net/jira/servicedesk/projects/MLA/knowledge/articles/340623543?spaceKey=MLA) | ||
|
||
### Follow up tasks | ||
### 📝 Description | ||
|
||
### Screenshots | ||
<!-- Contributions are welcome! If there is a corresponding --> | ||
<!-- JIRA ticket, link to it by replacing `#` with ticket number --> | ||
|
||
🔗 [Jira Ticket M2-#](https://mindlogger.atlassian.net/browse/M2-#) | ||
|
||
<!-- 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. | ||
--> |