Skip to content

Commit 2c15a5f

Browse files
committed
Add Contribute section to readme.md
1 parent f81ed99 commit 2c15a5f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Diff for: readme.md

+12
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,14 @@ Callback invoked when a range is found.
104104
* `start` (`number`) — Index of `start` in `parent`
105105
* `end` (`number?`) — Index of `end` in `parent`
106106

107+
## Contribute
108+
109+
See [`contribute.md` in `syntax-tree/mdast`][contribute] for ways to get
110+
started.
111+
112+
This organisation has a [Code of Conduct][coc]. By interacting with this
113+
repository, organisation, or community you agree to abide by its terms.
114+
107115
## License
108116

109117
[MIT][license] © [Titus Wormer][author]
@@ -137,3 +145,7 @@ Callback invoked when a range is found.
137145
[heading]: https://github.com/syntax-tree/mdast#heading
138146

139147
[test]: #function-testvalue-node
148+
149+
[contribute]: https://github.com/syntax-tree/mdast/blob/master/contributing.md
150+
151+
[coc]: https://github.com/syntax-tree/mdast/blob/master/code-of-conduct.md

0 commit comments

Comments
 (0)