Skip to content

Commit 9fbbb2d

Browse files
committedDec 3, 2017
Add Contribute section to readme.md
1 parent 8acb252 commit 9fbbb2d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
 

‎readme.md

+11
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,13 @@ example.md: no issues found
7474

7575
Parse the tree again, also parsing “raw” nodes (as exposed by remark).
7676

77+
## Contribute
78+
79+
See [`contribute.md` in `rehypejs/rehype`][contribute] for ways to get started.
80+
81+
This organisation has a [Code of Conduct][coc]. By interacting with this
82+
repository, organisation, or community you agree to abide by its terms.
83+
7784
## License
7885

7986
[MIT][license] © [Titus Wormer][author]
@@ -95,3 +102,7 @@ Parse the tree again, also parsing “raw” nodes (as exposed by remark).
95102
[author]: http://wooorm.com
96103

97104
[hast]: https://github.com/syntax-tree/hast
105+
106+
[contribute]: https://github.com/rehypejs/rehype/blob/master/contributing.md
107+
108+
[coc]: https://github.com/rehypejs/rehype/blob/master/code-of-conduct.md

0 commit comments

Comments
 (0)
Please sign in to comment.