Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

M2-5512: updates PR template format #398

Merged
merged 1 commit into from
Mar 1, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 |
| -------------------------------------- | ------------------------------------- |
mbanting marked this conversation as resolved.
Show resolved Hide resolved
| <!-- 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.
-->
Loading