From dcda82f392bb9ca40984cd5f29ce202bc378fb39 Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Fri, 22 Oct 2010 10:36:21 +0200 Subject: contributing/web_pages/news: Use news/YYYY-MM for the MotH. --- contributing/web_pages/news.mdwn | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'contributing') diff --git a/contributing/web_pages/news.mdwn b/contributing/web_pages/news.mdwn index 424c3848..fa026529 100644 --- a/contributing/web_pages/news.mdwn +++ b/contributing/web_pages/news.mdwn @@ -53,12 +53,12 @@ For practical work that means to use the following commands: * at the beginning of a month: create a new news entry - $ cp contributing/web_pages/news/skeleton.mdwn news/YYYY-MM-DD.mdwn + $ cp contributing/web_pages/news/skeleton.mdwn news/YYYY-MM.mdwn $ # edit the new file, then add the changes in git - $ git add news/YYYY-MM-DD.mdwn - $ git commit -m "Begun the news entry for YYYY-MM-DD." + $ git add news/YYYY-MM.mdwn + $ git commit -m "Begun the news entry for YYYY-MM." - That is, use the [[news_skelleton|skeleton]] as a template for the new + That is, use the [[news skeleton|skeleton]] as a template for the new news snippet. Watch these places for news: -- cgit v1.2.3