Add simple README to RELEASE_NOTE_NEXT
authorBill Erickson <berick@esilibrary.com>
Thu, 2 Aug 2012 16:09:42 +0000 (12:09 -0400)
committerBill Erickson <berick@esilibrary.com>
Fri, 3 Aug 2012 13:43:43 +0000 (09:43 -0400)
Without something in the directory, it will dissappear each time we
create release notes from the contents and delete them, since Git
removes empty directories.  That would likely just lead to confusion.

Signed-off-by: Bill Erickson <berick@esilibrary.com>
Signed-off-by: Mike Rylander <mrylander@gmail.com>

docs/RELEASE_NOTES_NEXT/README [new file with mode: 0644]

diff --git a/docs/RELEASE_NOTES_NEXT/README b/docs/RELEASE_NOTES_NEXT/README
new file mode 100644 (file)
index 0000000..c231866
--- /dev/null
@@ -0,0 +1,6 @@
+New features should be accompanied by a file in this directory. The file should 
+be in asciidoc format and contain enough description to enable the 
+documentation team to write something coherent about the new functionality. The 
+name of the file should match the feature. No numbering, etc. is required. With 
+each release, the contents of this directory will be appended to the release 
+notes and removed from this directory.