From 2ea3bc6983ef1c7aa254290ffe623bbbab6a53a6 Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Sat, 18 Nov 2017 11:10:54 -0500 Subject: [PATCH] Add `Contribute` section to `readme.md` --- readme.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/readme.md b/readme.md index 9ebcea7..f1c05c8 100644 --- a/readme.md +++ b/readme.md @@ -62,6 +62,14 @@ Find the first child before `index` (or `node`) in `parent`, that passes `test` * [`unist-util-find`](https://github.com/blahah/unist-util-find) — Find nodes matching a predicate +## Contribute + +See [`contribute.md` in `syntax-tree/unist`][contribute] for ways to get +started. + +This organisation has a [Code of Conduct][coc]. By interacting with this +repository, organisation, or community you agree to abide by its terms. + ## License [MIT][license] © [Titus Wormer][author] @@ -87,3 +95,7 @@ Find the first child before `index` (or `node`) in `parent`, that passes `test` [node]: https://github.com/syntax-tree/unist#node [is]: https://github.com/syntax-tree/unist-util-is + +[contribute]: https://github.com/syntax-tree/unist/blob/master/contributing.md + +[coc]: https://github.com/syntax-tree/unist/blob/master/code-of-conduct.md