From 6444f35e3a5bc060823f945be9ac3adea8a20122 Mon Sep 17 00:00:00 2001 From: meep-eep Date: Fri, 20 Dec 2002 21:01:57 +0000 Subject: [PATCH] Added line about 'I did this' comments. git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@452 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/Contributing | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sc2/Contributing b/sc2/Contributing index 43607cbe5..1e37b6e31 100644 --- a/sc2/Contributing +++ b/sc2/Contributing @@ -73,6 +73,11 @@ Making changes: - Your code shouldn't cause any compile-time or runtime-warnings. We know the current source is far from warning-free, but those should be removed eventually and we don't want to make it worse. +- Don't add comment lines saying things like "This line added by ". + These comments only foul the code and don't add anything for people + reading it. You'll still be credited in the Changelog, and for large + contributions (or many small ones) in the authors list. We have + CVS for when we need to find out when what changes were made. Making the patches: - One issue per patch.