Skip to content

Commit 008cbfb

Browse files
committed
Add Contribute section to readme.md
1 parent ed8d56e commit 008cbfb

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
@@ -124,6 +124,14 @@ Parent node of `nodes` ([`Node`][node]).
124124

125125
The matched pattern (`string`).
126126

127+
## Contribute
128+
129+
See [`contribute.md` in `syntax-tree/nlcst`][contribute] for ways to get
130+
started.
131+
132+
This organisation has a [Code of Conduct][coc]. By interacting with this
133+
repository, organisation, or community you agree to abide by its terms.
134+
127135
## License
128136

129137
[MIT][license] © [Titus Wormer][author]
@@ -153,3 +161,7 @@ The matched pattern (`string`).
153161
[normalize]: https://github.com/syntax-tree/nlcst-normalize
154162

155163
[fn-handler]: #function-handlernodes-index-parent-pattern
164+
165+
[contribute]: https://github.com/syntax-tree/nlcst/blob/master/contributing.md
166+
167+
[coc]: https://github.com/syntax-tree/nlcst/blob/master/code-of-conduct.md

0 commit comments

Comments
 (0)