Skip to content

Commit

Permalink
Add Contribute section to readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Nov 18, 2017
1 parent 6924f5e commit 2ea3bc6
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand All @@ -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

0 comments on commit 2ea3bc6

Please sign in to comment.