Skip to content

Commit d84be00

Browse files
committed
Add Contribute section to readme.md
1 parent 987a89e commit d84be00

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

readme.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ documents. The latest released version is [`1.0.1`](https://github.com/syntax-tr
2424
* [Unist files](#unist-files)
2525
* [Unist utilities](#unist-utilities)
2626
* [List of Utilities](#list-of-utilities)
27+
* [Contribute](#contribute)
2728

2829
## Unist nodes
2930

@@ -194,6 +195,20 @@ A list of **vfile**-related utilities can be found at [**vfile**][vfile].
194195
* [`unist-builder-blueprint`](https://github.com/eush77/unist-builder-blueprint)
195196
— Convert Unist trees to unist-builder notation
196197

198+
## Contribute
199+
200+
**unist** is built by people just like you! Check out
201+
[`contribute.md`][contribute] for ways to get started.
202+
203+
This project has a [Code of Conduct][coc]. By interacting with this repository,
204+
organisation, or community you agree to abide by its terms.
205+
206+
Want to chat with the community and contributors? Join us in [Gitter][chat]!
207+
208+
Have an idea for a cool new utility or tool? That’s great! If you want
209+
feedback, help, or just to share it with the world you can do so by creating
210+
an issue in the [`syntax-tree/ideas`][ideas] repository!
211+
197212
<!-- Definitions -->
198213

199214
[logo]: https://cdn.rawgit.com/syntax-tree/unist/b2943b1/logo.svg
@@ -223,3 +238,11 @@ A list of **vfile**-related utilities can be found at [**vfile**][vfile].
223238
[data]: #data
224239

225240
[file]: #unist-files
241+
242+
[contribute]: contributing.md
243+
244+
[coc]: code-of-conduct.md
245+
246+
[ideas]: https://github.com/syntax-tree/ideas
247+
248+
[chat]: https://gitter.im/syntax-tree/Lobby

0 commit comments

Comments
 (0)