Skip to content

Commit bde2e67

Browse files
committed
Add Contributing section to readme.md
1 parent 26d6020 commit bde2e67

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

readme.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,14 @@ Get the heading style of a node.
4141
`string` (`'atx'`, `'atx-closed'`, or `'setext'`) — When an ambiguous
4242
heading is found, either `relative` or `null` is returned.
4343

44+
## Contribute
45+
46+
See [`contribute.md` in `syntax-tree/mdast`][contribute] for ways to get
47+
started.
48+
49+
This organisation has a [Code of Conduct][coc]. By interacting with this
50+
repository, organisation, or community you agree to abide by its terms.
51+
4452
## License
4553

4654
[MIT][license] © [Titus Wormer][author]
@@ -68,3 +76,7 @@ heading is found, either `relative` or `null` is returned.
6876
[mdast]: https://github.com/syntax-tree/mdast
6977

7078
[node]: https://github.com/syntax-tree/unist#node
79+
80+
[contribute]: https://github.com/syntax-tree/mdast/blob/master/contributing.md
81+
82+
[coc]: https://github.com/syntax-tree/mdast/blob/master/code-of-conduct.md

0 commit comments

Comments
 (0)