Skip to content

Latest commit

 

History

History
37 lines (31 loc) · 1.41 KB

File metadata and controls

37 lines (31 loc) · 1.41 KB

📝 Description

🔗 Related Issue

Closes #(issue number)

🎯 Type of Change

  • 🐛 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/UI changes
  • ⚡ Performance improvement
  • ♻️ Code refactoring
  • 🌍 Translation update

🧪 Testing

  • I have tested this locally
  • I have added/updated tests for my changes
  • All tests pass (npm test)
  • No linting errors (npm run lint)
  • No format errors (npm run format)
  • Build succeeds (npm run build)

📸 Screenshots (if applicable)

✅ Checklist

  • My code follows the project's style guidelines
  • I have commented my code, particularly in hard-to-understand areas
  • I have updated the documentation accordingly (README, CONTRIBUTING, etc.)
  • I have added tests that prove my fix is effective or that my feature works