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 8a1fc53 commit 09bdf7a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions readme.md
Expand Up @@ -37,6 +37,14 @@ all children will be asserted as well.
The `assert.parent`, `assert.text`, `assert.void`, and `assert.wrap`
methods from [`unist-util-assert`][unist-util-assert] are also included.

## Contribute

See [`contribute.md` in `syntax-tree/mdast`][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 @@ -60,3 +68,7 @@ methods from [`unist-util-assert`][unist-util-assert] are also included.
[mdast]: https://github.com/syntax-tree/mdast

[unist-util-assert]: https://github.com/syntax-tree/unist-util-assert

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

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

0 comments on commit 09bdf7a

Please sign in to comment.