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 19, 2017
1 parent 849fe6d commit cc5ef79
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 @@ -61,6 +61,14 @@ Check if the given value is a [**phrasing**][spec] content.

`boolean` — Whether `node` passes the test.

## Contribute

See [`contribute.md` in `syntax-tree/hast`][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 @@ -84,3 +92,7 @@ Check if the given value is a [**phrasing**][spec] content.
[node]: https://github.com/syntax-tree/hast

[spec]: https://html.spec.whatwg.org/#phrasing-content-2

[contribute]: https://github.com/syntax-tree/hast/blob/master/contributing.md

[coc]: https://github.com/syntax-tree/hast/blob/master/code-of-conduct.md

0 comments on commit cc5ef79

Please sign in to comment.