diff options
author | Thomas Schwinge <thomas@schwinge.name> | 2010-10-22 10:36:21 +0200 |
---|---|---|
committer | Thomas Schwinge <thomas@schwinge.name> | 2010-10-22 10:36:21 +0200 |
commit | 1193190ffa1566123c65faa38f3de58dc763b66b (patch) | |
tree | cb2eac97648f337171c56a629d705c49b1e216ca /contributing/web_pages | |
parent | 559542d36987f70c2b73c6cad39ab0822790f0da (diff) |
contributing/web_pages/news: Use news/YYYY-MM for the MotH.
Diffstat (limited to 'contributing/web_pages')
-rw-r--r-- | contributing/web_pages/news.mdwn | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contributing/web_pages/news.mdwn b/contributing/web_pages/news.mdwn index 424c3848..178b34ef 100644 --- a/contributing/web_pages/news.mdwn +++ b/contributing/web_pages/news.mdwn @@ -53,10 +53,10 @@ 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 news snippet. |