Skip to content
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
37 changes: 37 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
## Related Tickets & Documents

<!--
Add task/issue you were working on and any other documents.
-->

## Description

<!--
Please do not leave this blank!
Summary of the change or issues fixed.
-->

## Type of PR?

<!-- Remove the comment blocks to uncomment all applicable types -->

<!-- - 🍕 New feature -->
<!-- - 🐛 Bug Fix -->
<!-- - 🚀 Enhancement -->
<!-- - 🚧 Maintenance -->
<!-- - 🏗️ Other: [Specify your type] -->

## Manual testing

<!-- Outline manual tests performed to verify the changes.
Attach any Screenshots 📸
-->

## Automated tests added?

<!-- Add an 'X' in the box to check them. ex: [x] -->

- [ ] 👍 Unit tests
- [ ] 👍 Functional tests
- [ ] 👍 E2E tests
- [ ] 🙅 N/A
Loading