Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 749 Bytes

CONTRIBUTING.md

File metadata and controls

23 lines (13 loc) · 749 Bytes

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

Documentation

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

Running Examples

Inside the root directory project

  1. Switch to the directory example/
  2. yarn install or npm install
  3. yarn run start or npm run-script start