Skip to content

Commit bfba3f6

Browse files
committed
Add Contribute section to readme.md
1 parent 80338ca commit bfba3f6

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 @@ Now, running `node example` yields:
5555

5656
`string?` — Source of `value` in `file`, if available.
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]
@@ -82,3 +90,7 @@ Now, running `node example` yields:
8290
[position]: https://github.com/syntax-tree/unist#position
8391

8492
[vfile]: https://github.com/vfile/vfile
93+
94+
[contribute]: https://github.com/syntax-tree/unist/blob/master/contributing.md
95+
96+
[coc]: https://github.com/syntax-tree/unist/blob/master/code-of-conduct.md

0 commit comments

Comments
 (0)