From f89ae0997d3752212dbeb7c73b727ec6826c6ba0 Mon Sep 17 00:00:00 2001 From: neitzel Date: Wed, 21 Mar 2012 07:28:27 -0700 Subject: [PATCH] Point out the redmine registration requirement for mailing patches. --- docs/developer/TypicalGitUsage.mdwn | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/docs/developer/TypicalGitUsage.mdwn b/docs/developer/TypicalGitUsage.mdwn index 1bc37c6..3e48d4a 100644 --- a/docs/developer/TypicalGitUsage.mdwn +++ b/docs/developer/TypicalGitUsage.mdwn @@ -8,8 +8,10 @@ Look at the [[download]] page on how to clone the DragonFly repository. ***Note* ## Prepare patches -If you (as a non-developer) made some changes to the DragonFly source and want to get them included in the main repository, send your patches to `submit@lists.dragonflybsd.org`. git assists you in creating patches which are easy to handle for the developers. +If you (as a non-developer) made some changes to the DragonFly source and want to get them included in the main repository, send your patches to `submit@lists.dragonflybsd.org`. +In order to be able to do that, you need to have yourself and the email address you are using registered with the bug/issue tracker; otherwise, your contribution will get silently dropped. +Git assists you in creating patches which are easy to handle for the developers. ### Example **Note:** The change in this example is completely useless, it only serves demonstration purposes! -- 1.7.7.2