Skip to content

Commit 9f1108c

Browse files
committed
Add Contribute section to readme.md
1 parent 252778b commit 9f1108c

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
@@ -47,6 +47,7 @@ documents. The latest released version is [`2.1.0`][latest].
4747
* [TextNode](#textnode)
4848
* [List of Utilities](#list-of-utilities)
4949
* [Related](#related)
50+
* [Contribute](#contribute)
5051

5152
## AST
5253

@@ -947,6 +948,20 @@ Yields:
947948
* [nlcst][]
948949
* [vfile][]
949950

951+
## Contribute
952+
953+
**mdast** is built by people just like you! Check out
954+
[`contribute.md`][contribute] for ways to get started.
955+
956+
This project has a [Code of Conduct][coc]. By interacting with this repository,
957+
organisation, or community you agree to abide by its terms.
958+
959+
Want to chat with the community and contributors? Join us in [Gitter][chat]!
960+
961+
Have an idea for a cool new utility or tool? That’s great! If you want
962+
feedback, help, or just to share it with the world you can do so by creating
963+
an issue in the [`syntax-tree/ideas`][ideas] repository!
964+
950965
<!-- Definitions -->
951966

952967
[logo]: https://cdn.rawgit.com/syntax-tree/mdast/6205835/logo.svg
@@ -998,3 +1013,11 @@ Yields:
9981013
[footnotedefinition]: #footnotedefinition
9991014

10001015
[frontmatter]: https://github.com/wooorm/remark-frontmatter
1016+
1017+
[contribute]: contributing.md
1018+
1019+
[coc]: code-of-conduct.md
1020+
1021+
[ideas]: https://github.com/syntax-tree/ideas
1022+
1023+
[chat]: https://gitter.im/wooorm/remark

0 commit comments

Comments
 (0)