From a76c3d1f5107bf05cfc0fd9c27f37613b33ffa8c Mon Sep 17 00:00:00 2001 From: Allison Kaptur Date: Wed, 16 Apr 2014 13:40:21 -0400 Subject: [PATCH] add make flow to the hacking docs --- docs/hacking.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/hacking.rst b/docs/hacking.rst index 4329c68..8b9ecc6 100644 --- a/docs/hacking.rst +++ b/docs/hacking.rst @@ -92,6 +92,12 @@ Write docs---docs are good! Even this doc! Core Development Rules ====================== +Pull requests are good! + +Before you submit a PR, please run the tests and check your code against the style guide. You can do both these things at once:: + + $ make d + All incoming changes need to be acked by 2 different members of Hylang's core team. Additional review is clearly welcome, but we need a minimum of 2 signoffs for any change.