From f160584f32eaecade49ed180e3fe3e9f33cf7e2b Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Fri, 8 Dec 2017 15:33:07 +0100 Subject: [PATCH] Add `Contribute` section to `readme.md` --- readme.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/readme.md b/readme.md index 1f2da40..f6ab912 100644 --- a/readme.md +++ b/readme.md @@ -100,6 +100,13 @@ plug-ins (mutate-mode). * [`remark-retext`](https://github.com/remarkjs/remark-retext) — Transform markdown to [NLCST][] +## Contribute + +See [`contribute.md` in `remarkjs/remarkj`][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] @@ -137,3 +144,7 @@ plug-ins (mutate-mode). [nlcst]: https://github.com/syntax-tree/nlcst [raw]: https://github.com/rehypejs/rehype-raw + +[contribute]: https://github.com/remarkjs/remark/blob/master/contributing.md + +[coc]: https://github.com/remarkjs/remark/blob/master/code-of-conduct.md