-
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# 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](https://github.com/axios/axios/blob/master/CODE_OF_CONDUCT.md). | ||
|
||
## Code Style | ||
|
||
Please follow the [node style guide](https://github.com/felixge/node-style-guide). | ||
|
||
## Commit Messages | ||
|
||
Please follow [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) | ||
|
||
## Documentation | ||
|
||
Please update the [docs](README.md) 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` |