-
Notifications
You must be signed in to change notification settings - Fork 91
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
Dawid Zbinski
committed
Nov 23, 2018
1 parent
17c2d6f
commit b40cbc8
Showing
2 changed files
with
42 additions
and
9 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,27 @@ | ||
# Contributing | ||
|
||
I am open to, and grateful for, any contributions made by the community. | ||
Because the life is too short to write a lot of documentation, I've copied some rules | ||
from axios' [CONTRIBUTING](https://raw.githubusercontent.com/axios/axios/master/CONTRIBUTING.md) docs. | ||
|
||
### Commit Messages | ||
|
||
Commit messages should be verb based, using the following pattern: | ||
|
||
- `Fixing ...` | ||
- `Adding ...` | ||
- `Updating ...` | ||
- `Removing ...` | ||
|
||
### Documentation | ||
|
||
Please update the docs accordingly so that there are no discrepencies between the package and the documentation. | ||
|
||
### Developing | ||
|
||
Please, use [yarn](https://yarnpkg.com/en/docs/install) as a package manager if it's not a problem for you. | ||
Please, always include changes to `dist/` in your pull request. | ||
Please, do not include any `OS/IDE specific files` in your pull request. | ||
|
||
### Build | ||
Please, use `yarn build` to build the package. |
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