From 70b2ec58ed9a85dad3c216358307c3a356596cbf Mon Sep 17 00:00:00 2001 From: Daniel Robertson Date: Sat, 21 May 2016 10:01:32 -0400 Subject: [PATCH] Add link to git-hook tips to hacking quickstart --- docs/HACKING_QUICKSTART.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/HACKING_QUICKSTART.md b/docs/HACKING_QUICKSTART.md index d40ecb552e97..a986703240ad 100644 --- a/docs/HACKING_QUICKSTART.md +++ b/docs/HACKING_QUICKSTART.md @@ -2,7 +2,10 @@ This guide covers the basics things one needs to know to start hacking Servo. It doesn't cover how Servo works (see the [documentation](#documentation) section for that), -but describe how to setup your environment to compile, run and debug Servo. +but describe how to setup your environment to compile, run, and debug Servo. For information +on the [Github Workflow](https://github.com/servo/servo/wiki/Github-workflow) and some helpful +[Git Tips](https://github.com/servo/servo/wiki/Github-workflow#git-tips) see the +[Wiki](https://github.com/servo/servo/wiki). ## Building Servo