Bauke/tildes-issue-log
Bauke
/
tildes-issue-log
Archived
1
Fork 0

Update template and add template copying to main.js

This commit is contained in:
Bauke 2018-06-24 21:03:09 +02:00
parent 8326c3ca50
commit 6720d9f885
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
2 changed files with 4 additions and 1 deletions

View File

@ -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'})
}

View File

@ -2,12 +2,14 @@
## About
<!-- Introduction about what the Tildes Issue Log is, exactly. -->
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
<!-- Highlights of what happened with development and any notable changes, if applicable. -->