Skip to content

Latest commit

 

History

History
92 lines (57 loc) · 1.71 KB

File metadata and controls

92 lines (57 loc) · 1.71 KB

📌 Pull Request Template

Thank you for contributing to 3D RGB 🙌
Please fill out this template to help us review your Pull Request efficiently and professionally.


📝 Summary

Provide a clear and concise description of this Pull Request.

  • What was changed?
  • Why was this change necessary?

🔗 Related Issue / Ticket

Link any related issues or tasks:

  • Issue: #

🧩 Type of Change

Please mark all that apply:

  • 🐛 Bug fix (non-breaking change that fixes an issue)
  • ✨ New feature (non-breaking change that adds functionality)
  • ♻️ Refactor (no functional changes)
  • 📝 Documentation update
  • ⚡ Performance improvement
  • 🔧 Configuration / Build change
  • ❌ Breaking change (changes existing behavior)

🛠 Implementation Details

Briefly explain how the change was implemented:

  • Key files modified
  • Important logic or architectural decisions

🧪 Testing & Verification

Describe how you tested your changes:

  • Unit tests
  • Feature tests
  • Manual testing
  • Not required

Test steps (if applicable):

1.
2.
3.

📸 Screenshots / Media (if applicable)

Attach screenshots, GIFs, or videos to demonstrate UI or UX changes.


✅ Checklist

Please confirm the following:

  • My code follows Laravel & project coding standards
  • I have tested my changes locally
  • I have not introduced new errors or warnings
  • I have updated documentation where necessary
  • My changes do not break existing functionality
  • This PR is ready for review

📌 Additional Notes

Add any extra context, limitations, or follow-up work here.


Thank you for helping improve 3D RGB 🚀