Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 1.33 KB

pull_request_template.md

File metadata and controls

38 lines (30 loc) · 1.33 KB

Pull Request

📝 Description

Please include a summary of the changes. List any dependencies that are required for this change.

🔄 Related Issue

Fixes #(issue number)

🧪 Type of Change

Please check the options that are relevant:

  • 🐛 Bug fix (a change that fixes an issue)
  • ✨ New feature (a change that adds new functionality)
  • 💥 Breaking change (fix or feature that would change existing functionality)
  • 📚 Documentation update
  • 🧹 Code refactoring (changes that neither fix a bug nor add a feature)
  • ⚡️ Performance improvement
  • ✅ Test update (changes to testing framework or tests)
  • 🔧 Build or CI related changes

🧪 How Has This Been Tested?

Please describe the tests you ran to verify your changes. Provide instructions to reproduce.

  • Test A
  • Test B

📸 Screenshots

If applicable, add screenshots to help explain your changes.

✅ Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code where needed
  • I have updated the documentation accordingly
  • My changes don't generate new warnings
  • I have added tests that prove my fix/feature works
  • The test suite passes locally with my changes
  • Any dependent changes have been merged and published