From 6720d9f88572f7e39c9246539b085dea3723eef7 Mon Sep 17 00:00:00 2001 From: Bauke Date: Sun, 24 Jun 2018 21:03:09 +0200 Subject: [PATCH] Update template and add template copying to main.js --- main.js | 1 + template.md | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/main.js b/main.js index 2c7df93..99b66bc 100644 --- a/main.js +++ b/main.js @@ -143,5 +143,6 @@ function createTable() { table += ` ${closedAt} |\n` } + fs.copyFileSync(path.join(__dirname, 'template.md'), path.join(__dirname, year, month, 'post.md')) fs.writeFileSync(path.join(__dirname, year, month, 'table.md'), table, {encoding: 'UTF-8'}) } diff --git a/template.md b/template.md index 75d721c..38d42d0 100644 --- a/template.md +++ b/template.md @@ -2,12 +2,14 @@ ## About - +The Tildes Issue Log is a monthly recurring post about the changes and progression that Tildes has made. Highlighting some of the newest additions and changes, as well as a complete table of every issue opened and closed in that month, along with some interesting statistics so you can get a look into the development process and a quick grasp of anything you may have missed. ## Feedback If anything is incorrect or you have anything that you'd like to see changed or added, please [open an issue](https://gitlab.com/Bauke/tildes-issue-log/issues), [PM me](https://tildes.net/user/Bauke/new_message) or comment on the posted topic on Tildes. +If you'd like to write a highlight section or want to contribute in any other way, feel free to do so. Like Tildes, this will remain entirely open-source. + ## Highlights