Skip to content

Commit

Permalink
M2-5512: update PR template to agreed upon format (#398)
Browse files Browse the repository at this point in the history
Co-authored-by: Marty <[email protected]>
  • Loading branch information
mbanting and mbanting authored Mar 1, 2024
1 parent 9b65209 commit 0a1add7
Showing 1 changed file with 56 additions and 5 deletions.
61 changes: 56 additions & 5 deletions .github/pull_request_template.md
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.
-->

0 comments on commit 0a1add7

Please sign in to comment.