Skip to content

Commit

Permalink
Add link to git-hook tips to hacking quickstart
Browse files Browse the repository at this point in the history
  • Loading branch information
dlrobertson committed May 21, 2016
1 parent c193af8 commit 70b2ec5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/HACKING_QUICKSTART.md
Expand Up @@ -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

Expand Down

0 comments on commit 70b2ec5

Please sign in to comment.