From f939223bf96072d192193e87f3174d85be550c62 Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Sat, 18 Nov 2017 10:30:13 -0500 Subject: [PATCH] Add `Contributing` section to `readme.md` --- readme.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/readme.md b/readme.md index 9565aa8..3487c1b 100644 --- a/readme.md +++ b/readme.md @@ -63,6 +63,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] @@ -88,3 +96,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