diff options
author | George Melikov <[email protected]> | 2016-12-09 20:48:12 +0100 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2016-12-09 12:48:12 -0700 |
commit | d57f03e40ec3bbf109e75b83699b58157b9a867d (patch) | |
tree | b8cff01b66128abcfd2921809de2130a170555a4 /README.markdown | |
parent | 00155d395f4154b5de2526bbc0c8a679282cfaee (diff) |
Add CONTRIBUTING information and templates
Guidelines for developers and users describing how they can
participle in the project.
Reviewed-by: Manuel Mendez <[email protected]>
Reviewed-by: Giuseppe Di Natale <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: George Melikov <[email protected]>
Closes #672
Closes #4776
Closes #5361
Diffstat (limited to 'README.markdown')
-rw-r--r-- | README.markdown | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/README.markdown b/README.markdown index 3fc88a0e5..fd2ca8c86 100644 --- a/README.markdown +++ b/README.markdown @@ -1,10 +1,19 @@ -Native ZFS for Linux! - +<p align="center"><img src="http://zfsonlinux.org/images/zfs-linux.png"/></p> ZFS is an advanced file system and volume manager which was originally developed for Solaris and is now maintained by the Illumos community. ZFS on Linux, which is also known as ZoL, is currently feature complete. It -includes fully functional and stable SPA, DMU, ZVOL, and ZPL layers. +includes fully functional and stable SPA, DMU, ZVOL, and ZPL layers. And it's native! + +# Official Resources + * [Site](http://zfsonlinux.org) + * [Wiki](https://github.com/zfsonlinux/zfs/wiki) + * [Mailing lists](https://github.com/zfsonlinux/zfs/wiki/Mailing-Lists) + * [OpenZFS site](http://open-zfs.org/) +# Installation Full documentation for installing ZoL on your favorite Linux distribution can -be found at: <http://zfsonlinux.org> +be found at [our site](http://zfsonlinux.org/). + +# Contribute & Develop +We have a separate document with [contribution guidelines](./.github/CONTRIBUTING.md).
\ No newline at end of file |