👍 First off, thanks for taking the time to contribute!
This project adheres to the Contributor Covenant code of conduct. By participating, you are expected to uphold this code.
- Clone this repo and run
npm install. - Write tests for your changes in
test/ibantools_test.js. - Do not write more tests in
karma/ibantoolsSpec.jsunless module have problem with loading using AMD. - Write what you did in
ChangeLogfile. - Before making pull requests run
npm run all. - Make sure that test coverage stays at 100%.
- Try not to make pull requests with changes in
dist,jsnextorbuilddirectories.