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 6556c33 commit f39bfb0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,13 @@ Check whether a virtual file should be included. Invoked with a
The different flags can be combined by using the pipe operator:
`findUp.INCLUDE | findUp.BREAK`.

## Contribute

See [`contribute.md` in `vfile/vfile`][contribute] for ways to get started.

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

## License

[MIT][] © [Titus Wormer][author]
Expand All @@ -100,3 +107,7 @@ The different flags can be combined by using the pipe operator:
[vfile]: https://github.com/vfile/vfile

[test]: #function-testfile

[contribute]: https://github.com/vfile/vfile/blob/master/contributing.md

[coc]: https://github.com/vfile/vfile/blob/master/code-of-conduct.md

0 comments on commit f39bfb0

Please sign in to comment.