Skip to content

Commit 7c613bf

Browse files
committed
Add Contribute section to readme.md
1 parent 2b931ba commit 7c613bf

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
@@ -36,6 +36,14 @@ all children will be asserted as well.
3636
The `assert.parent`, `assert.text`, `assert.void`, and `assert.wrap`
3737
methods from [`unist-util-assert`][unist-util-assert] are also included.
3838

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

4149
[MIT][license] © [Titus Wormer][author]
@@ -59,3 +67,7 @@ methods from [`unist-util-assert`][unist-util-assert] are also included.
5967
[hast]: https://github.com/syntax-tree/hast
6068

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

0 commit comments

Comments
 (0)