]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
Add new COMMIT_NOTES document
authorJan Engelhardt <jengelh@medozas.de>
Mon, 25 May 2009 14:57:52 +0000 (16:57 +0200)
committerPatrick McHardy <kaber@trash.net>
Mon, 25 May 2009 14:57:52 +0000 (16:57 +0200)
Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Signed-off-by: Patrick McHardy <kaber@trash.net>
COMMIT_NOTES [new file with mode: 0644]

diff --git a/COMMIT_NOTES b/COMMIT_NOTES
new file mode 100644 (file)
index 0000000..7583fac
--- /dev/null
@@ -0,0 +1,15 @@
+A quick list of rules for committing stuff into netfilter git:
+
+- Always add an appropriate description, in git format
+  (i.e. first line is a summary)
+
+- Please try to include references to bugs when the description does not
+  include total discussion coverage or when the bug report is external to
+  netfilter-devel, e.g.
+  "Closes: netfilter bugzilla #123", or
+  "Reference: http://bugs.{debian,gentoo}.org/..."
+
+- If you touch any parts of libxtables (xtables.c, include/xtables.h.in),
+  make sure the so-version is updated _appropriately_ (i.e. read the
+  libtool manual about Versioning:: first if need be) in configure.ac.
+  Adding fields to a struct always entails a vcurrent bump.