Files
mp-units/.github/pull_request_template.md
2025-12-10 11:05:14 +01:00

39 lines
1.4 KiB
Markdown

# 📋 Pull Request Description
<!-- Provide a brief description of what this PR does -->
## Type of Change
<!-- Mark the relevant option with an "x" -->
- [ ] 🐛 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
- [ ] 🔧 Build system / CI changes
- [ ] 🧪 Test improvements
- [ ] ♻️ Code refactoring
- [ ] 🎨 Code style improvements
## 🔗 Related Issues
<!-- Link any related issues using "Closes #xxx", "Resolves #xxx", or "Relates to #xxx" -->
## 📝 Changes Made
<!-- Describe the changes you've made -->
## 🌟 Additional Context
<!-- Add any additional context, screenshots, or notes for reviewers -->
## ✅ Checklist
<!-- Final checklist before submitting -->
- [ ] I have read the [Contributing Guidelines](https://mpusz.github.io/mp-units/latest/getting_started/contributing/)
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have added tests that prove my fix is effective or that my feature works
- [ ] I have updated the project's documentation to cover the modified or new functionality
(if this change affects user-facing features)
---
**By submitting this pull request, I confirm that my contribution is made under the terms
of the project's MIT license.**