We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 980e0af commit 677befdCopy full SHA for 677befd
README.md
@@ -96,6 +96,18 @@ If `true`, don't keep empty composite nodes.
96
npm install unist-util-filter
97
```
98
99
+## Contribute
100
+
101
+See [`contributing.md` in `syntax-tree/unist`][contributing] for ways to get
102
+started.
103
104
+This organisation has a [Code of Conduct][coc]. By interacting with this
105
+repository, organisation, or community you agree to abide by its terms.
106
107
## License
108
109
MIT
110
111
+[contributing]: https://github.com/syntax-tree/unist/blob/master/contributing.md
112
113
+[coc]: https://github.com/syntax-tree/unist/blob/master/code-of-conduct.md
0 commit comments