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