<aside> 📌
Note: write a PR Template
</aside>
keep PRs small and focused
one PR = one clear purpose
use clear branch names and PR titles
link every PR to the related Notion item
describe what changed, why, and how it was tested
include screenshots for UI changes
get at least one review before merging
address all review comments
merge only tested, understandable, and relevant code
avoid unrelated changes in the same PR
Link to DoR / DoD: Definition of Ready / Done
<aside> 📌
Pull Requests should be small, clear, and easy to review.
Every PR should have a clear purpose and be linked to the related Notion item.
</aside>