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 f82664a commit 6a725e9
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 @@ -127,6 +127,14 @@ Constructor of an NLCST parser, such as [`parse-english`][english],

[`NLCSTNode`][nlcst].

## 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 Down Expand Up @@ -162,3 +170,7 @@ Constructor of an NLCST parser, such as [`parse-english`][english],
[dutch]: https://github.com/wooorm/parse-dutch

[source]: https://github.com/syntax-tree/nlcst#source

[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 6a725e9

Please sign in to comment.