Skip to content

Commit 2ddd44c

Browse files
committed
Add Contribute section to readme.md
1 parent ad997d7 commit 2ddd44c

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

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

6674
[MIT][license] © [Titus Wormer][author]
@@ -86,3 +94,7 @@ Find the first child after `index` (or `node`) in `parent`, that passes `test`
8694
[node]: https://github.com/syntax-tree/unist#node
8795

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

0 commit comments

Comments
 (0)