Skip to content

Latest commit

 

History

History
82 lines (51 loc) · 1.38 KB

File metadata and controls

82 lines (51 loc) · 1.38 KB

📥 Pull Request Template

📝 Summary

What does this PR do? Provide a short explanation of the change and why it’s needed.


🔍 Related Issue

Closes: #issue-number


✅ Type of Change

Check the relevant options:

  • 🐛 Bug fix
  • ✨ New feature
  • ♻️ Refactor
  • 📝 Documentation update
  • 🔧 Build/CI update
  • ⚡ Performance improvement
  • 🚨 Security fix
  • Other (please describe):

📚 Description of Changes

Explain what was changed and why. Focus on clarity, reasoning, and context.


🧪 Tests & Verification

Describe how you tested the changes:

  • Manual testing
  • Added/updated unit tests
  • All tests passing locally
  • Verified with sample input
  • Details:

📸 Screenshots / Demos (If Applicable)

Add screenshots, command outputs, or recordings to help reviewers understand the changes.


📦 Breaking Changes?

  • Yes
  • No

If yes, describe what breaks and required migration steps.


📘 Checklist

Before submitting, ensure:

  • Code compiles without warnings
  • Tests pass
  • Code follows project style & guidelines
  • Comments added where needed
  • Documentation updated if required
  • No secrets or sensitive info included

🙏 Additional Notes

Anything else reviewers should know?

Just say "write issue templates".