Skip to content
Merged
Changes from 1 commit
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
38 changes: 38 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove empty line 🙏

## 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