Skip to content

Commit c7570f2

Browse files
committed
Add Contribute section to readme.md
1 parent c3dfe13 commit c7570f2

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
@@ -94,6 +94,14 @@ List of node [types][type] to mark as [source][] (`Array.<string>`).
9494
* [`mdast-util-to-hast`](https://github.com/syntax-tree/mdast-util-to-hast)
9595
— Transform MDAST to HAST
9696

97+
## Contribute
98+
99+
See [`contribute.md` in `syntax-tree/mdast`][contribute] for ways to get
100+
started.
101+
102+
This organisation has a [Code of Conduct][coc]. By interacting with this
103+
repository, organisation, or community you agree to abide by its terms.
104+
97105
## License
98106

99107
[MIT][license] © [Titus Wormer][author]
@@ -131,3 +139,7 @@ List of node [types][type] to mark as [source][] (`Array.<string>`).
131139
[type]: https://github.com/syntax-tree/mdast#ast
132140

133141
[source]: https://github.com/syntax-tree/nlcst#source
142+
143+
[contribute]: https://github.com/syntax-tree/mdast/blob/master/contributing.md
144+
145+
[coc]: https://github.com/syntax-tree/mdast/blob/master/code-of-conduct.md

0 commit comments

Comments
 (0)