Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 1.47 KB

File metadata and controls

43 lines (29 loc) · 1.47 KB

Description

Related Issue

Type of Change

  • 🐛 Bug fix (non-breaking change that fixes an issue)
  • ✨ New feature (non-breaking change that adds functionality)
  • 🌐 New/updated translation
  • 📚 Documentation update
  • ♻️ Refactor / code cleanup (no functional change)
  • 💥 Breaking change (fix or feature that changes existing behaviour)

How Has This Been Tested?

  • npm run check passes locally (lint + format + coverage + build).
  • Added or updated unit tests where appropriate.
  • Manually loaded the unpacked extension and verified the change.

Checklist

  • My code follows the project's coding standards (ESLint + Prettier).
  • I have updated documentation where needed (README, etc.).
  • For a new site parser: I added a spec and a tested-urls.txt entry.
  • For a new language: I wired it into main.html and js/translate.js.
  • I have read the CONTRIBUTING guidelines.

Screenshots (if applicable)