Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/agershun/alasql into dev…
Browse files Browse the repository at this point in the history
…elop
  • Loading branch information
mathiasrw committed Aug 6, 2018
2 parents a899ba7 + 7d7287c commit 08f2903
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# How to Contribute to the AlaSQL project

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!
Thank you very much for your interest! 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:

Expand All @@ -15,11 +15,10 @@ For you to edit the source please do the following:
- Run `npm test` to verify only the new test fails
- Implement your contributions in `src/`
- Run `npm test` and verify all tests are OK
- Commit changes to git and push to your forked repo
- Commit changes to git and push to your forked repo (including the `dist/` folder)
- Click "Create Pull-request" when looking at your forked repo on Github

_Please note that `npm test` will compile from `src/` and overwrite `dist/` before running all tests_


If you would would like to change the alasql.org website please make a PR to https://github.com/agershun/alasql-org
If you would like to change the alasql.org website please make a PR to https://github.com/agershun/alasql-org

2 changes: 1 addition & 1 deletion src/05copyright.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! AlaSQL vPACKAGE_VERSION_NUMBER | © 2014-2016 Andrey Gershun & Mathias Rangel Wulff | License: MIT
//! AlaSQL vPACKAGE_VERSION_NUMBER | © 2014-2018 Andrey Gershun & Mathias Rangel Wulff | License: MIT
/*
@module alasql
@version PACKAGE_VERSION_NUMBER
Expand Down

0 comments on commit 08f2903

Please sign in to comment.