Author: brett Date: Sat Jan 14 16:29:25 2006 New Revision: 369126 URL: http://svn.apache.org/viewcvs?rev=369126&view=rev Log: update template
Modified: maven/site/trunk/src/site/apt/guides/development/guide-m2-development.apt Modified: maven/site/trunk/src/site/apt/guides/development/guide-m2-development.apt URL: http://svn.apache.org/viewcvs/maven/site/trunk/src/site/apt/guides/development/guide-m2-development.apt?rev=369126&r1=369125&r2=369126&view=diff ============================================================================== --- maven/site/trunk/src/site/apt/guides/development/guide-m2-development.apt (original) +++ maven/site/trunk/src/site/apt/guides/development/guide-m2-development.apt Sat Jan 14 16:29:25 2006 @@ -234,13 +234,20 @@ Commits should have a message that follows this template: ----- -PR: issue1, issue2 (using issue keys from JIRA, not URLs) +[issue1, issue2] <<comment>> Submitted by: (when it was a patch, put that persons name there) -<< comment >> ----- - <<PR>> can be omitted if there was no relevant JIRA issue, though it is strongly encouraged to create one for significant + <<issue>> can be omitted if there was no relevant JIRA issue, though it is strongly encouraged to create one for significant changes. <<Submitted by>> only needs to be specified when a patch is being applied for a non-committer. +eg: + +----- +[MNG-1456] Added the foo to the bar +Submitted by: Baz Bazman +----- + +