Skip to content

Commit 5c96a2f

Browse files
committed
Add Contribute section to readme.md
1 parent 4fdee20 commit 5c96a2f

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
@@ -79,6 +79,14 @@ the node (and the parent, when given).
7979
* [`nlcst-test`](https://github.com/syntax-tree/nlcst-test)
8080
— Check [nlcst](https://github.com/syntax-tree/nlcst) nodes
8181

82+
## Contribute
83+
84+
See [`contribute.md` in `syntax-tree/unist`][contribute] for ways to get
85+
started.
86+
87+
This organisation has a [Code of Conduct][coc]. By interacting with this
88+
repository, organisation, or community you agree to abide by its terms.
89+
8290
## License
8391

8492
[MIT][license] © [Titus Wormer][author]
@@ -106,3 +114,7 @@ the node (and the parent, when given).
106114
[text]: https://github.com/syntax-tree/unist#text
107115

108116
[mdast-util-assert]: https://github.com/syntax-tree/mdast-util-assert
117+
118+
[contribute]: https://github.com/syntax-tree/unist/blob/master/contributing.md
119+
120+
[coc]: https://github.com/syntax-tree/unist/blob/master/code-of-conduct.md

0 commit comments

Comments
 (0)