mirror of
https://github.com/booklore-app/booklore.git
synced 2025-12-23 22:28:11 -05:00
36 lines
1.6 KiB
Markdown
36 lines
1.6 KiB
Markdown
# 🚀 Pull Request
|
|
|
|
## 📝 Description
|
|
<!-- Provide a clear and concise summary of the changes introduced in this pull request -->
|
|
<!-- Reference related issues using "Fixes #123", "Closes #456", or "Relates to #789" -->
|
|
|
|
|
|
## 🛠️ Changes Implemented
|
|
<!-- Detail the specific modifications, additions, or removals made in this pull request -->
|
|
-
|
|
|
|
|
|
## 🧪 Testing Strategy
|
|
<!-- Describe the testing methodology used to verify the correctness of these changes -->
|
|
<!-- Include testing approach, scenarios covered, and edge cases considered -->
|
|
|
|
|
|
## 📸 Visual Changes _(if applicable)_
|
|
<!-- Attach screenshots or videos demonstrating UI/UX modifications -->
|
|
|
|
|
|
## ⚠️ Required Pre-Submission Checklist
|
|
<!-- ⛔ Pull requests will NOT be considered for review unless ALL required items are completed -->
|
|
<!-- All items below are MANDATORY prerequisites for submission -->
|
|
- [ ] Code adheres to project style guidelines and conventions
|
|
- [ ] Branch synchronized with latest `develop` branch
|
|
- [ ] Automated unit/integration tests added/updated to cover changes
|
|
- [ ] All tests pass locally (`./gradlew test` for backend)
|
|
- [ ] Manual testing completed in local development environment
|
|
- [ ] Flyway migration versioning follows correct sequence _(if database schema modified)_
|
|
- [ ] Documentation pull request submitted to [booklore-docs](https://github.com/booklore-app/booklore-docs) _(required for features or enhancements that introduce user-facing or visual changes)_
|
|
|
|
|
|
## 💬 Additional Context _(optional)_
|
|
<!-- Provide any supplementary information, implementation considerations, or discussion points for reviewers -->
|