Your contributions to this project are very welcome. If you want to fix a bug or propose a new feature, you can open a new Pull Request but first make sure it follows these general rules:
develop branch, not master.languages/ (e.g: index.js, all.js, en-US.js) and dist/ (e.g: handsontable.js, handsontable.css, handsontable.full.js, handsontable.full.css, all.js, en-US.js) directories. Instead, edit files inside the src/ directory and then use npm run build to make a build. More information about this you can find here.test/e2e/ (for End-to-End tests), test/unit/ or src/3rdparty/walkontable/test/spec/. That will help us understand the issue and make sure that it stays fixed forever. Read more about our testing process.npm run lint task. It should follow our coding style, inspired by Airbnb JavaScript Style.Thank you for your commitment!
The Handsontable team utilizes Git-Flow. Read more - How we use Git-Flow