logos-execution-zone/.github/pull_request_template.md
2025-06-18 09:20:41 -03:00

41 lines
728 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## 🎯 Purpose
*What problem does this PR solve or what feature does it add? Mention issues related to it*
TO COMPLETE
## ⚙️ Approach
*Describe the core changes introduced by this PR.*
TO COMPLETE
## ✅ Todo (subtasks)
TO COMPLETE
[ ] Subtask 1
[ ] Subtask 2
[ ] Subtask 3
## 🌱 Follow-ups
*If theres additional work to be done later, create and link an issue here.*
TO COMPLETE
## 🔗 Dependencies
*Link PRs that must be merged before this one.*
TO COMPLETE
## 📋 PR Completion Checklist
*Mark only completed items. A complete PR should have all boxes ticked.*
[ ] Complete PR description
[ ] Implement the core functionality
[ ] Add/update tests
[ ] Add/update documentation and inline comments