From 9531d772cf385cfa974a759f85b72ef1480d5892 Mon Sep 17 00:00:00 2001 From: Paul Tagliamonte Date: Sun, 1 Dec 2013 12:56:26 -0500 Subject: [PATCH] add the start of hacking rules --- docs/hacking.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/hacking.rst b/docs/hacking.rst index 77e0036..e77aee0 100644 --- a/docs/hacking.rst +++ b/docs/hacking.rst @@ -83,3 +83,15 @@ To build the docs in HTML:: $ make html Write docs---docs are good! Even this doc! + + +Core Development Rules +====================== + +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. + +If a core member is sending in a PR, please find 2 core members that don't +include them PR submitter. The idea here is that one can work with the PR +author, and a second acks the entire change set.