Skip to content

Commit 94483d1

Browse files
committed
Add Contribute section to readme.md
1 parent 6aa65ef commit 94483d1

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
@@ -55,6 +55,14 @@ Where `<style>` is either `color` or `noColor`.
5555
To explicitly add or remove ANSI sequences, use either `inspect.color(node)`
5656
or `inspect.noColor(node)`.
5757

58+
## Contribute
59+
60+
See [`contribute.md` in `syntax-tree/unist`][contribute] for ways to get
61+
started.
62+
63+
This organisation has a [Code of Conduct][coc]. By interacting with this
64+
repository, organisation, or community you agree to abide by its terms.
65+
5866
## License
5967

6068
[MIT][license] © [Titus Wormer][author]
@@ -78,3 +86,7 @@ or `inspect.noColor(node)`.
7886
[license]: LICENSE
7987

8088
[author]: http://wooorm.com
89+
90+
[contribute]: https://github.com/syntax-tree/unist/blob/master/contributing.md
91+
92+
[coc]: https://github.com/syntax-tree/unist/blob/master/code-of-conduct.md

0 commit comments

Comments
 (0)