Skip to content

Commit 677befd

Browse files
committed
Add contributing to readme
1 parent 980e0af commit 677befd

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,18 @@ If `true`, don't keep empty composite nodes.
9696
npm install unist-util-filter
9797
```
9898

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+
99107
## License
100108

101109
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

Comments
 (0)