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 26d6020 commit bde2e67
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 @@ -41,6 +41,14 @@ Get the heading style of a node.
`string` (`'atx'`, `'atx-closed'`, or `'setext'`) — When an ambiguous
heading is found, either `relative` or `null` is returned.

## 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 Down Expand Up @@ -68,3 +76,7 @@ heading is found, either `relative` or `null` is returned.
[mdast]: https://github.com/syntax-tree/mdast

[node]: https://github.com/syntax-tree/unist#node

[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 bde2e67

Please sign in to comment.