From 0ff15c275321584f889e95be5578722b9ce26c49 Mon Sep 17 00:00:00 2001 From: bunder2015 Date: Tue, 18 Sep 2018 11:58:15 -0400 Subject: [PATCH] Add new wiki page to CONTRIBUTING A new wiki page has been added for users who may be new to Git or GitHub. Adding link to CONTRIBUTING. Reviewed-by: Richard Elling Reviewed-by: Gregor Kopka Reviewed-by: Brian Behlendorf Signed-off-by: bunder2015 Closes #7923 Closes #7915 --- .github/CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index a74eb5535..32be3d410 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -34,6 +34,7 @@ Helpful resources * [ZFS on Linux wiki](https://github.com/zfsonlinux/zfs/wiki) * [OpenZFS Documentation](http://open-zfs.org/wiki/Developer_resources) + * [Git and GitHub for beginners](https://github.com/zfsonlinux/zfs/wiki/Git-and-GitHub-for-beginners) ## What should I know before I get started?