@@ -24,6 +24,7 @@ documents. The latest released version is [`1.0.1`](https://github.com/syntax-tr |
|
|
24 |
24 |
* [Unist files](#unist-files) |
25 |
25 |
* [Unist utilities](#unist-utilities) |
26 |
26 |
* [List of Utilities](#list-of-utilities) |
|
27 |
+* [Contribute](#contribute) |
27 |
28 |
|
28 |
29 |
## Unist nodes |
29 |
30 |
|
@@ -194,6 +195,20 @@ A list of **vfile**-related utilities can be found at [**vfile**][vfile]. |
|
|
194 |
195 |
* [`unist-builder-blueprint`](https://github.com/eush77/unist-builder-blueprint) |
195 |
196 |
— Convert Unist trees to unist-builder notation |
196 |
197 |
|
|
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 |
+ |
197 |
212 |
|
198 |
213 |
|
199 |
214 |
[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]. |
|
|
223 |
238 |
[data]: #data |
224 |
239 |
|
225 |
240 |
[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 |