Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 915 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (13 loc) · 915 Bytes

Contributing to Node-unidecode

Getting started

Before you begin:

How to fix some transliteration?

These changes must be done upstream on Perl Text-Unicode lib, please push your change there and then :

  • use update-files.sh to update node-unidecode files
  • add new tests if needed
  • test locally everything with npm test
  • open an MR here

Reviewing

I review every single PR. Please update the test suite along with your PR and check that tests pass.