Skip to content

Commit 09bdf7a

Browse files
committed
Add Contribute section to readme.md
1 parent 8a1fc53 commit 09bdf7a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

readme.md

+12
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,14 @@ all children will be asserted as well.
3737
The `assert.parent`, `assert.text`, `assert.void`, and `assert.wrap`
3838
methods from [`unist-util-assert`][unist-util-assert] are also included.
3939

40+
## Contribute
41+
42+
See [`contribute.md` in `syntax-tree/mdast`][contribute] for ways to get
43+
started.
44+
45+
This organisation has a [Code of Conduct][coc]. By interacting with this
46+
repository, organisation, or community you agree to abide by its terms.
47+
4048
## License
4149

4250
[MIT][license] © [Titus Wormer][author]
@@ -60,3 +68,7 @@ methods from [`unist-util-assert`][unist-util-assert] are also included.
6068
[mdast]: https://github.com/syntax-tree/mdast
6169

6270
[unist-util-assert]: https://github.com/syntax-tree/unist-util-assert
71+
72+
[contribute]: https://github.com/syntax-tree/mdast/blob/master/contributing.md
73+
74+
[coc]: https://github.com/syntax-tree/mdast/blob/master/code-of-conduct.md

0 commit comments

Comments
 (0)