Skip to content

Commit be2613b

Browse files
committed
Add Contribute section to readme.md
1 parent ef515d3 commit be2613b

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
@@ -62,6 +62,14 @@ Find all children after `index` (or `node`) in `parent`, that passes `test`
6262
* [`unist-util-find`](https://github.com/blahah/unist-util-find)
6363
— Find nodes matching a predicate
6464

65+
## Contribute
66+
67+
See [`contribute.md` in `syntax-tree/unist`][contribute] for ways to get
68+
started.
69+
70+
This organisation has a [Code of Conduct][coc]. By interacting with this
71+
repository, organisation, or community you agree to abide by its terms.
72+
6573
## License
6674

6775
[MIT][license] © [Titus Wormer][author]
@@ -87,3 +95,7 @@ Find all children after `index` (or `node`) in `parent`, that passes `test`
8795
[node]: https://github.com/syntax-tree/unist#node
8896

8997
[is]: https://github.com/syntax-tree/unist-util-is
98+
99+
[contribute]: https://github.com/syntax-tree/unist/blob/master/contributing.md
100+
101+
[coc]: https://github.com/syntax-tree/unist/blob/master/code-of-conduct.md

0 commit comments

Comments
 (0)