File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
1
# How to Contribute to the AlaSQL project
2
2
3
- 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!
3
+ Thank you very much for your interest ! AlaSQL project still has a lot of thing to be improved, and your help is very appreciated!
4
4
5
5
For you to edit the source please do the following:
6
6
@@ -15,11 +15,10 @@ For you to edit the source please do the following:
15
15
- Run ` npm test ` to verify only the new test fails
16
16
- Implement your contributions in ` src/ `
17
17
- Run ` npm test ` and verify all tests are OK
18
- - Commit changes to git and push to your forked repo
18
+ - Commit changes to git and push to your forked repo (including the ` dist/ ` folder)
19
19
- Click "Create Pull-request" when looking at your forked repo on Github
20
20
21
21
_ Please note that ` npm test ` will compile from ` src/ ` and overwrite ` dist/ ` before running all tests_
22
22
23
-
24
- If you would would like to change the alasql.org website please make a PR to https://github.com/agershun/alasql-org
23
+ If you would like to change the alasql.org website please make a PR to https://github.com/agershun/alasql-org
25
24
Original file line number Diff line number Diff line change 1
- //! AlaSQL vPACKAGE_VERSION_NUMBER | © 2014-2016 Andrey Gershun & Mathias Rangel Wulff | License: MIT
1
+ //! AlaSQL vPACKAGE_VERSION_NUMBER | © 2014-2018 Andrey Gershun & Mathias Rangel Wulff | License: MIT
2
2
/*
3
3
@module alasql
4
4
@version PACKAGE_VERSION_NUMBER
You can’t perform that action at this time.
0 commit comments