From ca84f1b2b8a402812ca6664ab88fa7bf4e51b2f2 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Thu, 2 Jun 2011 08:14:50 +0200 Subject: [PATCH] more requirements for code submission Signed-off-by: Nico Schottelius --- doc/man/man7/cdist-hacker.text | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/man/man7/cdist-hacker.text b/doc/man/man7/cdist-hacker.text index 027f28aa..efd6ef7d 100644 --- a/doc/man/man7/cdist-hacker.text +++ b/doc/man/man7/cdist-hacker.text @@ -54,6 +54,7 @@ everybody using cdist, you're welcome to propose inclusion into upstream. There are though some requirements to ensure your changes don't break others work nor kill the authors brain: +- All files should contain the usual header (Author, Copying, etc.) - Code submission must be done via git - Do not add conf/manifest/init - This file should only be touched in your private branch!