From c3508dcdc6e2cf459bf076c0bb0087338cf96f7a Mon Sep 17 00:00:00 2001 From: Leonid Logvinov Date: Wed, 20 Dec 2017 14:10:35 +0100 Subject: Change CONTRIBUTING section --- packages/assert/README.md | 8 ++++++-- packages/json-schemas/README.md | 2 +- packages/tslint-config/README.md | 2 +- packages/web3-wrapper/README.md | 2 +- 4 files changed, 9 insertions(+), 5 deletions(-) (limited to 'packages') diff --git a/packages/assert/README.md b/packages/assert/README.md index 5b9b6ccab..585b4f39e 100644 --- a/packages/assert/README.md +++ b/packages/assert/README.md @@ -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 diff --git a/packages/json-schemas/README.md b/packages/json-schemas/README.md index 1621699e3..1c0d001b5 100644 --- a/packages/json-schemas/README.md +++ b/packages/json-schemas/README.md @@ -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 diff --git a/packages/tslint-config/README.md b/packages/tslint-config/README.md index f737062b2..bbd0fb0f2 100644 --- a/packages/tslint-config/README.md +++ b/packages/tslint-config/README.md @@ -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 diff --git a/packages/web3-wrapper/README.md b/packages/web3-wrapper/README.md index c8a984435..3624cea8c 100644 --- a/packages/web3-wrapper/README.md +++ b/packages/web3-wrapper/README.md @@ -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 -- cgit v1.2.3