Thank you for considering contribution to presto.js.
We use GitHub issue to track bugs.
Before creating a new issue, please check the bug is already reported.
You can request new features on GitHub issue.
Pull requests are welcome. Fork this repository and create a new branch for your feature.
- Please submit pull requests to the
develop
branch. - Please only include the changes within the
src/
,example/
,test/
directories. - Your code should match the existing code style. Be sure to run eslint and prettier before commit.