[gimp] devel-docs: Add commit-rules.txt



commit 3d7e0f2fef4da32dae09515b9ffb18cf560be903
Author: Martin Nordholts <martinn src gnome org>
Date:   Sun Apr 17 09:38:18 2011 +0200

    devel-docs: Add commit-rules.txt

 devel-docs/commit-rules.txt |   29 +++++++++++++++++++++++++++++
 1 files changed, 29 insertions(+), 0 deletions(-)
---
diff --git a/devel-docs/commit-rules.txt b/devel-docs/commit-rules.txt
new file mode 100644
index 0000000..bf3d079
--- /dev/null
+++ b/devel-docs/commit-rules.txt
@@ -0,0 +1,29 @@
+Commit Rules
+============
+
+This file describes rules and things to think about when creating GIMP
+commits.
+
+ * Commit message format template:
+
+     modulename: Summary on one line
+
+     Detailed description that may span several paragraphs and
+     lines. Like this example description that is more than one
+     line. Focus on explaning _why_ the commit is needed.
+
+   or
+
+     Bug XXXXXX - Bug title
+
+     Detailed description that may span several paragraphs and
+     lines. Like this example description that is more than one
+     line. Focus on explaning _why_ the commit is needed.
+
+   Look at existing commit messages for examples.
+
+ * Keep NEWS up to date
+
+   Whenever you make a change that is worthy of being mentioned in the
+   NEWS file, update the NEWS file too. The purpose of this rule is to
+   make it as easy as possble to make a GIMP release.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]