Skip to content

Commit a49b71e

Browse files
committed
Add Contribute section to readme.md
1 parent 1c49473 commit a49b71e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

readme.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,14 @@ Otherwise, inline MDAST nodes are wrapped when needed.
5353

5454
* [`mdast-util-to-hast`][mdast-util-to-hast]
5555

56+
## Contribute
57+
58+
See [`contribute.md` in `syntax-tree/hast`][contribute] for ways to get
59+
started.
60+
61+
This organisation has a [Code of Conduct][coc]. By interacting with this
62+
repository, organisation, or community you agree to abide by its terms.
63+
5664
## License
5765

5866
[MIT][license] © [Titus Wormer][author]
@@ -82,3 +90,7 @@ Otherwise, inline MDAST nodes are wrapped when needed.
8290
[3]: https://github.com/syntax-tree/hast-util-to-mdast/issues/3
8391

8492
[handlers]: https://github.com/syntax-tree/hast-util-to-mdast/tree/master/handlers
93+
94+
[contribute]: https://github.com/syntax-tree/hast/blob/master/contributing.md
95+
96+
[coc]: https://github.com/syntax-tree/hast/blob/master/code-of-conduct.md

0 commit comments

Comments
 (0)