Skip to content

Commit

Permalink
Add Contributing 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 ada84d3 commit f939223
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions readme.md
Expand Up @@ -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]
Expand All @@ -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

0 comments on commit f939223

Please sign in to comment.