Skip to content

Commit f939223

Browse files
committed
Add Contributing section to readme.md
1 parent ada84d3 commit f939223

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

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

6876
[MIT][license] © [Titus Wormer][author]
@@ -88,3 +96,7 @@ Find the first child before `index` (or `node`) in `parent`, that passes `test`
8896
[node]: https://github.com/syntax-tree/unist#node
8997

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

0 commit comments

Comments
 (0)