Skip to content

Latest commit

 

History

History
44 lines (40 loc) · 1.88 KB

PULL_REQUEST_TEMPLATE.md

File metadata and controls

44 lines (40 loc) · 1.88 KB

🚀 Pull Request Template

📄 Description

This PR will introduce the following:

  • 🍉 major changes:
    • <insert_major_change_1>
    • <insert_major_change_2>
    • <insert_major_change...>
    • <insert_major_change_n>
  • 🍇 minor changes:
    • <insert_minor_change_1>
    • <insert_minor_change_2>
    • <insert_minor_change...>
    • <insert_minor_change_n>

🔄 Type of change

  • 📚 Documentation, examples, tutorials, dependencies update
  • 🐛 Bug fix (non-breaking change which fixes an issue)
  • 🥂 Improvement (non-breaking change which improves an existing feature)
  • ✨ New feature (non-breaking change which adds functionality)
  • 💥 Breaking change (fix or feature that would cause existing functionality to change)
  • 🔐 Security fix
  • 🔍 Other (Please describe)

🧪 Testing documentation

✅ Checklist

  • I have performed a self-review of my code
  • I have added necessary tests
  • All new and existing tests passed

💬 Notes