Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 828 Bytes

CONTRIBUTING.md

File metadata and controls

24 lines (15 loc) · 828 Bytes

Contributing

We are open to, and grateful for, any contributions made by the community. By contributing to axios-docs, you agree to abide by the code of conduct.

Code Style

Please follow the node style guide.

Commit Messages

Commit messages should be verb based, using the following pattern:

  • [Fixed] ...
  • [Added] ...
  • [Updated] ...
  • [Removed] ...

Developing

  • If you have inert-cli installed, remove it.
  • npm i -g inert-ssg or yarn global add inert-ssg to work be able to use the Inert CLI.
  • inert build to build the documentation.

Please don't include changes to dist/ or public/ in your pull request. This should only be updated when releasing a new version.