Skip to content

Latest commit

 

History

History
43 lines (32 loc) · 1.39 KB

pull_request_template.md

File metadata and controls

43 lines (32 loc) · 1.39 KB

📋 Pull Request Template

🚀 Description

Please describe the changes made in this pull request. Include any relevant context or background information.

🛠️ Changes

  • What kind of change does this PR introduce? (Bug fix, new feature, refactor, etc.)
  • What is the current behavior? (You can link to an open issue here)
  • What is the new behavior? (if this is a feature change)

🧩 Type of Change

  • 🐛 Bug fix
  • ✨ New feature
  • ♻️ Refactor
  • 📚 Documentation update
  • 🚀 Performance improvement

🛑 Breaking Changes

  • Are there any breaking changes? (Yes/No)
  • If yes, please describe the impact and migration path for existing applications.

🏗️ Architecture

  • Does this PR introduce any changes to the architecture? (Yes/No)
  • If yes, please describe these changes.

📝 Checklist

  • I have read the CONTRIBUTING document.
  • My code follows the code style of this project.
  • I have added tests to cover my changes.
  • All new and existing tests passed.
  • I have updated the documentation accordingly.

📸 Screenshots (if appropriate)

If this PR includes UI changes, please add screenshots to showcase the changes.

🗒️ Additional Notes

Please provide any additional notes or context about the changes here.


Thank you for your contribution! 🎉

Please stay iconic ✨