summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2009-06-16 22:39:45 +0200
committerPeter Simons <simons@cryp.to>2009-06-16 22:39:45 +0200
commitbd6a581a28a544c7f4746744904b9f998b45b54f (patch)
tree0b043afb691dce8eb17196cf6c114e301a6685e1
parent702ea3ca78565cc858cb84cc8948a43d1fe6ebce (diff)
downloadautoconf-archive-bd6a581a28a544c7f4746744904b9f998b45b54f.tar.gz
Added some ideas how to improve submission guidelines.
-rw-r--r--NOTES22
1 files changed, 22 insertions, 0 deletions
diff --git a/NOTES b/NOTES
index e7b5b05..baa6ef0 100644
--- a/NOTES
+++ b/NOTES
@@ -67,3 +67,25 @@
3) Restrict m4 files to ASCII.
Pure ASCII is my favorite.
+*** TODO Improve submission guide lines on the web site
+
+***** New submissions should use an AX_ prefix.
+
+ Other prefixes are fine, too, but use of AX_ inside of the Autoconf
+ Archive is encouraged. The AC_ prefix should definitely be avoided,
+ because it's reserved for the GNU Autoconf distribution.
+
+***** Patch submissions should put the original authors on Cc.
+
+ Everyone is welcome to submit patches, bug reports, or suggestions to the
+ Autoconf Archive. If you do, please add the original authors to
+ carbon-copy list in the patch tracker. You don't have to, if you don't
+ want to look their addresses up, but it's considered good practice to
+ give the other authors a heads up when the macro is being changed.
+
+***** If possible, submit patches with Git.
+
+ Give a usage example for git format-patch.
+
+ If you have an account Savannah, simply request access to the Autoconf
+ Archive's repository so that you can use git push.