Change CONTRIBUTING section

This commit is contained in:
Leonid Logvinov
2017-12-20 14:10:35 +01:00
parent 3579f063d6
commit c3508dcdc6
4 changed files with 9 additions and 5 deletions

View File

@@ -11,13 +11,17 @@ yarn add @0xproject/assert
## Usage
TODO - Custom documentation page is in progress.
```typescript
import {assert} from '@0xproject/assert';
assert.isValidBaseUnitAmount('baseUnitAmount', baseUnitAmount);
```
## Contributing
We strongly encourage our community members to help us make improvements and to determine the future direction of the protocol. To report bugs within this package, please create an issue in this repository.
[CONTRIBUTING.md](../../CONTRIBUTING.md)
Please read our [contribution guidelines](../../CONTRIBUTING.md) before getting started.
### Install Dependencies

View File

@@ -28,7 +28,7 @@ const isValid: boolean = validator.isValid(order, orderSchema); // Only returns
We strongly encourage our community members to help us make improvements and to determine the future direction of the protocol. To report bugs within this package, please create an issue in this repository.
[CONTRIBUTING.md](../../CONTRIBUTING.md)
Please read our [contribution guidelines](../../CONTRIBUTING.md) before getting started.
### Install Dependencies

View File

@@ -23,7 +23,7 @@ yarn add --dev @0xproject/tslint-config
We strongly encourage our community members to help us make improvements and to determine the future direction of the protocol. To report bugs within this package, please create an issue in this repository.
[CONTRIBUTING.md](../../CONTRIBUTING.md)
Please read our [contribution guidelines](../../CONTRIBUTING.md) before getting started.
### Install Dependencies

View File

@@ -17,7 +17,7 @@ TODO - Custom documentation page is in progress.
We strongly encourage our community members to help us make improvements and to determine the future direction of the protocol. To report bugs within this package, please create an issue in this repository.
[CONTRIBUTING.md](../../CONTRIBUTING.md)
Please read our [contribution guidelines](../../CONTRIBUTING.md) before getting started.
### Install Dependencies