From: neitzel Date: Wed, 21 Mar 2012 14:28:27 +0000 (-0700) Subject: Point out the redmine registration requirement for mailing patches. X-Git-Url: https://gitweb.dragonflybsd.org/ikiwiki.git/commitdiff_plain/f89ae0997d3752212dbeb7c73b727ec6826c6ba0?ds=sidebyside Point out the redmine registration requirement for mailing patches. --- diff --git a/docs/developer/TypicalGitUsage.mdwn b/docs/developer/TypicalGitUsage.mdwn index 1bc37c61..3e48d4a6 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!