We are open to, and grateful for, any contributions made by the community. By contributing to axios, you agree to abide by the code of conduct.
Please follow the node style guide.
Commit messages should be verb based, using the following pattern:
Fixing ...
Adding ...
Updating ...
Removing ...
Please update the tests to reflect your code changes. Pull requests will not be accepted if they are failing on Travis CI.
Please update the docs accordingly so that there are no discrepencies between the API and the documentation.
grunt test
run the jasmine and nodeunit testsgrunt build
run webpack and bundle the sourcegrunt version
prepare the code for releasegrunt watch:test
watch for changes and runtest
grunt watch:build
watch for changes and runbuild
Please don't include changes to dist/
in your pull request. This should only be updated when releasing a new version.
Releasing a new version is mostly automated. For now the CHANGELOG requires being updated manually. Once this has been done run the commands below. Versions should follow semantic versioning.
npm version <newversion> -m "Releasing %s"
npm publish
Examples are included in part to allow manual testing.
Running example
$ npm run examples
# Open 127.0.0.1:3000
Running sandbox in browser
$ npm start
# Open 127.0.0.1:3000
Running sandbox in terminal
$ npm start
$ node ./sandbox/client