axios-axios/CONTRIBUTING.md
Willian Agostini a0bc911379
chore: removing dist files from src (#7002)
* chore: removing dist files from src

* chore: include build step in CI pipeline

* chore: add build step to PR and publish workflows
2025-09-03 08:41:23 +02:00

1.2 KiB

Contributing

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.

Code Style

Please follow the node style guide.

Commit Messages

Please follow conventional commits

Testing

Please update the tests to reflect your code changes. Pull requests will not be accepted if they are failing on GitHub actions.

Documentation

Please update the documentation accordingly so that there are no discrepancies between the API and the documentation.

Developing

  • npm run test run the jasmine and mocha tests
  • npm run build run rollup and bundle the source
  • npm run version prepare the code for release

Running Examples

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