summaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2013-01-10 23:27:21 +0100
committerStefano Lattarini <stefano.lattarini@gmail.com>2013-01-10 23:28:18 +0100
commit38bb5c65db4bfbfa9fa477c57fd2efe6f1f15a46 (patch)
tree92c30d83b878fa18045cc3da22b0e88a3d20f4da /HACKING
parent27fc8979d004884cf9ce246f8d21d546b18e3003 (diff)
downloadautomake-38bb5c65db4bfbfa9fa477c57fd2efe6f1f15a46.tar.gz
HACKING: bug-tracker, the PLANS directory, and how to plan "big" changes
Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING10
1 files changed, 10 insertions, 0 deletions
diff --git a/HACKING b/HACKING
index d8ee634b1..011b6e2fc 100644
--- a/HACKING
+++ b/HACKING
@@ -38,6 +38,16 @@
* Changes other than bug fixes must be mentioned in NEWS. Important
bug fixes should be mentioned in NEWS, too.
+* Changes which are potentially controversial, require a non-trivial
+ plan, or must be implemented gradually with a roadmap spanning several
+ releases (either minor or major) should be discussed on the list,
+ and have a proper entry in the PLANS directory. This entry should be
+ always committed in the "maint" branch, even if the change it deals
+ with is only for the master branch, or a topic branch. Usually, in
+ addition to this, it is useful to open a "wishlist" report on the
+ Automake debbugs tracker, to keep the idea more visible, and have the
+ discussions surrounding it easily archived in a central place.
+
============================================================================
= Naming