We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Contributing
readme.md
1 parent 53e8e8f commit e09f0d3Copy full SHA for e09f0d3
readme.md
@@ -54,6 +54,14 @@ is to prefer the last found definition.
54
55
[`Node?`][node] — Definition, if found.
56
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
65
## License
66
67
[MIT][license] © [Titus Wormer][author]
@@ -83,3 +91,7 @@ is to prefer the last found definition.
83
91
[node]: https://github.com/syntax-tree/unist#node
84
92
85
93
[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