summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--HACKING6
1 files changed, 5 insertions, 1 deletions
diff --git a/HACKING b/HACKING
index 5c41ed3a..5e74c0ff 100644
--- a/HACKING
+++ b/HACKING
@@ -1,5 +1,4 @@
-*- mode: text; -*-
-
$Id$
GUIDELINES FOR HACKING ON QUAGGA
@@ -32,6 +31,11 @@ New code should have good comments, and changes to existing code
should in many cases upgrade the comments when necessary for a
reviewer to conclude that the change has no unintended consequences.
+Each file in CVS should have the RCS keyword Id, somewhere very near
+the top, commented out appropriately for the file type. Just add
+<dollar>Id:<dollar>, replacing <dollar> with $. See line 2 of HACKING
+for an example; on checkout :$ is expanded to include the value.
+
CHANGELOG
Add a ChangeLog entry whenever changing code, except for minor fixes