Skip to content

Commit fe8f865

Browse files
committed
Add Contribute section to readme.md
1 parent c6b4168 commit fe8f865

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
@@ -35,6 +35,7 @@ documents. The latest released version is [`2.1.0`][latest].
3535
* [Comment](#comment)
3636
* [Text](#text)
3737
* [Related](#related)
38+
* [Contribute](#contribute)
3839

3940
## List of Utilities
4041

@@ -360,6 +361,20 @@ Yields:
360361
* [NLCST][]
361362
* [MDAST][]
362363

364+
## Contribute
365+
366+
**hast** is built by people just like you! Check out
367+
[`contribute.md`][contribute] for ways to get started.
368+
369+
This project has a [Code of Conduct][coc]. By interacting with this repository,
370+
organisation, or community you agree to abide by its terms.
371+
372+
Want to chat with the community and contributors? Join us in [Gitter][chat]!
373+
374+
Have an idea for a cool new utility or tool? That’s great! If you want
375+
feedback, help, or just to share it with the world you can do so by creating
376+
an issue in the [`syntax-tree/ideas`][ideas] repository!
377+
363378
<!-- Definitions -->
364379

365380
[logo]: https://cdn.rawgit.com/syntax-tree/hast/96a20f3/logo.svg
@@ -391,3 +406,11 @@ Yields:
391406
[properties]: #properties
392407

393408
[root]: #root
409+
410+
[contribute]: contributing.md
411+
412+
[coc]: code-of-conduct.md
413+
414+
[ideas]: https://github.com/syntax-tree/ideas
415+
416+
[chat]: https://gitter.im/wooorm/rehype

0 commit comments

Comments
 (0)