Thank you very much or the your intentions! AlaSQL project still has a lot of thing to be improved, and your help is very appreciated!
For you to edit the source please do the following:
- Fork the repo here on Github
- Clone your forked repo and install dependencies
git clone https://github.com/MYUSERNAME/alasql/ && cd alasql && npm install - Please work with the code from the develop branch
git checkout develop - Add a test for the issue: Copy
test/test000.jsand replace000with a new number. - Impelement a test that reflects the issue.
- Run
npm testto verify only the new test fails - Implement your contributions in
src/ - Run
npm testand verify all tests are OK - Commit changes to git and push to your forked repo
- Click "Create Pull-request" when looking at your forked repo on Github
Please note that npm test will compile from src/ before running tests
If you would would like to change the alasql.org website please make a PR to https://github.com/agershun/alasql-org
Thank you!