Skip to content

Commit e09f0d3

Browse files
committed
Add Contributing section to readme.md
1 parent 53e8e8f commit e09f0d3

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
@@ -54,6 +54,14 @@ is to prefer the last found definition.
5454

5555
[`Node?`][node] — Definition, if found.
5656

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

5967
[MIT][license] © [Titus Wormer][author]
@@ -83,3 +91,7 @@ is to prefer the last found definition.
8391
[node]: https://github.com/syntax-tree/unist#node
8492

8593
[definition]: #definitionidentifier
94+
95+
[contribute]: https://github.com/syntax-tree/mdast/blob/master/contributing.md
96+
97+
[coc]: https://github.com/syntax-tree/mdast/blob/master/code-of-conduct.md

0 commit comments

Comments
 (0)