MLOS/.github/pull_request_template.md

41 строка
765 B
Markdown

# Pull Request
## Title
_A brief, descriptive title of your changes (e.g., `Fix bug in data parser for edge cases`)_
---
## Description
_Provide a concise summary of what this PR does. Explain why this change is necessary and what problems it addresses._
- **Issue link**: (optional) _Link the relevant issue number or GitHub Issue link if applicable (e.g., Closes #123)._
---
## Type of Change
_Indicate the type of change by choosing one (or more) of the following:_
- 🛠️ Bug fix
- ✨ New feature
- ⚠️ Breaking change
- 🔄 Refactor
- 📝 Documentation update
- 🧪 Tests
---
## Testing
_Describe briefly how you tested your changes._
---
## Additional Notes (optional)
_Add any additional context or information for reviewers._
---