Add Contribute
section to readme.md
· syntax-tree/nlcst@908c2f4 (original) (raw)
`` @@ -30,6 +30,7 @@ documents. The latest released version is [1.0.0
][latest].
``
30
30
`* Source
`
31
31
`* TextNode
`
32
32
`* Related
`
``
33
`+
`
33
34
`* License
`
34
35
``
35
36
`## List of Utilities
`
`@@ -161,6 +162,20 @@ interface TextNode < Text {
`
161
162
`* [hast][]
`
162
163
`* [mdast][]
`
163
164
``
``
165
`+
Contribute
`
``
166
+
``
167
`+
nlcst is built by people just like you! Check out
`
``
168
`` +
contribute.md
for ways to get started.
``
``
169
+
``
170
`+
This project has a Code of Conduct. By interacting with this repository,
`
``
171
`+
organisation, or community you agree to abide by its terms.
`
``
172
+
``
173
`+
Want to chat with the community and contributors? Join us in Gitter!
`
``
174
+
``
175
`+
Have an idea for a cool new utility or tool? That’s great! If you want
`
``
176
`+
feedback, help, or just to share it with the world you can do so by creating
`
``
177
`` +
an issue in the syntax-tree/ideas
repository!
``
``
178
+
164
179
`## License
`
165
180
``
166
181
`MIT © Titus Wormer
`
`@@ -192,3 +207,11 @@ MIT © Titus Wormer
`
192
207
`[hast]: https://github.com/syntax-tree/hast
`
193
208
``
194
209
`[mdast]: https://github.com/syntax-tree/mdast
`
``
210
+
``
211
`+
`
``
212
+
``
213
`+
`
``
214
+
``
215
`+
`
``
216
+
``
217
`+
`