From: Bill Erickson Date: Thu, 2 Aug 2012 16:09:42 +0000 (-0400) Subject: Add simple README to RELEASE_NOTE_NEXT X-Git-Tag: sprint4-merge-nov22~3896 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=2b0dc47c62ff53b25b65aa566baff98a7330252e;p=working%2FEvergreen.git Add simple README to RELEASE_NOTE_NEXT 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 Signed-off-by: Mike Rylander --- diff --git a/docs/RELEASE_NOTES_NEXT/README b/docs/RELEASE_NOTES_NEXT/README new file mode 100644 index 0000000000..c23186623e --- /dev/null +++ b/docs/RELEASE_NOTES_NEXT/README @@ -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.