Skip to content

Commit

Permalink
Add Contribute section to readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Nov 17, 2017
1 parent febb649 commit 455c7e6
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ no issues found
* [function attacher(\[options\])](#function-attacheroptions)
* [function transformer(node, file\[, next\])](#function-transformernode-file-next)
* [Preset](#preset)
* [Contribute](#contribute)
* [License](#license)

## Description
Expand Down Expand Up @@ -814,6 +815,20 @@ remark()
});
```

## Contribute

**unified** is built by people just like you! Check out
[`contribute.md`][contribute] for ways to get started.

This project has a [Code of Conduct][coc]. By interacting with this repository,
organisation, or community you agree to abide by its terms.

Want to chat with the community and contributors? Join us in [Gitter][chat]!

Have an idea for a cool new utility or tool? That’s great! If you want
feedback, help, or just to share it with the world you can do so by creating
an issue in the [`unifiedjs/ideas`][ideas] repository!

## License

[MIT][license] © [Titus Wormer][author]
Expand Down Expand Up @@ -927,3 +942,9 @@ remark()
[retext-plugins]: https://github.com/wooorm/retext/blob/master/doc/plugins.md#list-of-plugins

[stream]: https://github.com/unifiedjs/unified-stream

[contribute]: contributing.md

[coc]: code-of-conduct.md

[ideas]: https://github.com/unifiedjs/ideas

0 comments on commit 455c7e6

Please sign in to comment.