Skip to content

Commit d6d6fef

Browse files
committed
added new contribution section in readme
1 parent 1b6c008 commit d6d6fef

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Diff for: README.md

+3
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ _"This guide is a **living compendium** documenting the most important patterns
2828
You should check Playground Project located in the `/playground` folder. It is a source of all the code examples found in the guide. They are all tested with the most recent version of TypeScript and 3rd party type definitions (like `@types/react` or `@types/react-redux`) to ensure the examples are up-to-date and not broken with updated definitions.
2929
> Playground was created is such a way, that you can simply clone the repository locally and immediately play around on your own to learn all the examples from this guide in a real project environment without the need to create some complicated environment setup by yourself.
3030
31+
### Contribution Guide
32+
[CONTRIBUTION.md](/CONTRIBUTION.md)
33+
3134
---
3235

3336
## Table of Contents

Diff for: docs/markdown/_intro.md

+3
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,6 @@ _"This guide is a **living compendium** documenting the most important patterns
2727

2828
You should check Playground Project located in the `/playground` folder. It is a source of all the code examples found in the guide. They are all tested with the most recent version of TypeScript and 3rd party type definitions (like `@types/react` or `@types/react-redux`) to ensure the examples are up-to-date and not broken with updated definitions.
2929
> Playground was created is such a way, that you can simply clone the repository locally and immediately play around on your own to learn all the examples from this guide in a real project environment without the need to create some complicated environment setup by yourself.
30+
31+
### Contribution Guide
32+
[CONTRIBUTION.md](/CONTRIBUTION.md)

0 commit comments

Comments
 (0)