From 325b89178fbe4ddc1f4e2bbc6b0e367486846f87 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Thu, 2 Aug 2012 12:09:42 -0400 Subject: [PATCH] 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 --- docs/RELEASE_NOTES_NEXT/README | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 docs/RELEASE_NOTES_NEXT/README 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. -- 2.11.0