Files
ClubLogos/.github/pull_request_template.md
T
Tomáš Dvořák 0fc92f8464 first commit
2025-10-02 12:39:28 +02:00

66 lines
1.8 KiB
Markdown

# Pull Request
## 📝 Description
Please include a summary of the changes and the related issue.
Fixes # (issue)
## 🔧 Type of Change
Please delete options that are not relevant.
- [ ] 🐛 Bug fix (non-breaking change which fixes an issue)
- [ ] ✨ New feature (non-breaking change which adds functionality)
- [ ] 💥 Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] 📚 Documentation update
- [ ] 🎨 Style update (formatting, renaming)
- [ ] ♻️ Code refactoring
- [ ] ⚡ Performance improvement
- [ ] ✅ Test update
## 🧪 Testing
Please describe the tests that you ran to verify your changes.
- [ ] Tested locally with Docker
- [ ] Tested locally without Docker
- [ ] Added new tests
- [ ] All existing tests pass
- [ ] Manual testing completed
**Test Configuration:**
- OS: [e.g., Windows 11]
- Go Version: [e.g., 1.21]
- Node Version: [e.g., 18.0]
## 📸 Screenshots (if applicable)
Add screenshots to demonstrate the changes.
## ✔️ Checklist
- [ ] My code follows the project's style guidelines
- [ ] I have performed a self-review of my code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [ ] My changes generate no new warnings
- [ ] I have added tests that prove my fix is effective or that my feature works
- [ ] New and existing unit tests pass locally with my changes
- [ ] Any dependent changes have been merged and published
## 📚 Documentation
- [ ] README updated (if needed)
- [ ] API_EXAMPLES updated (if needed)
- [ ] CHANGELOG updated
- [ ] Inline code comments added
## 🔗 Related Issues/PRs
Link any related issues or pull requests here.
## 💬 Additional Notes
Add any additional notes or context about the PR here.