Skip to content

Commit bc7af65

Browse files
committed
Add Contributing section to readme.md
1 parent e96de00 commit bc7af65

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

readme.md

+12
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,14 @@ Detect if [`node`][node] is [**generated**][spec].
5252
* [`unist-util-stringify-position`](https://github.com/syntax-tree/unist-util-stringify-position)
5353
— Stringify a node, position, or point
5454

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

5765
[MIT][license] © [Titus Wormer][author]
@@ -77,3 +85,7 @@ Detect if [`node`][node] is [**generated**][spec].
7785
[node]: https://github.com/syntax-tree/unist#node
7886

7987
[spec]: https://github.com/syntax-tree/unist#location
88+
89+
[contribute]: https://github.com/syntax-tree/unist/blob/master/contributing.md
90+
91+
[coc]: https://github.com/syntax-tree/unist/blob/master/code-of-conduct.md

0 commit comments

Comments
 (0)