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
This commit is contained in:
meep-eep
2002-12-20 21:01:57 +00:00
parent c82e078204
commit 6444f35e3a
+5
View File
@@ -73,6 +73,11 @@ Making changes:
- Your code shouldn't cause any compile-time or runtime-warnings. We know - 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 the current source is far from warning-free, but those should be removed
eventually and we don't want to make it worse. eventually and we don't want to make it worse.
- Don't add comment lines saying things like "This line added by <me>".
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: Making the patches:
- One issue per patch. - One issue per patch.