From 885f9f49b1a7d678e7537f337d7bb76e61611928 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 29 Mar 2020 19:54:29 +0300 Subject: Publish log entry --- .../03/29/iteration_planing_notes_march_29.mdwn | 53 ++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 blog/2020/03/29/iteration_planing_notes_march_29.mdwn diff --git a/blog/2020/03/29/iteration_planing_notes_march_29.mdwn b/blog/2020/03/29/iteration_planing_notes_march_29.mdwn new file mode 100644 index 0000000..b3a1a83 --- /dev/null +++ b/blog/2020/03/29/iteration_planing_notes_march_29.mdwn @@ -0,0 +1,53 @@ +[[!meta title="Iteration planing notes: March 29"]] +[[!tag meeting]] +[[!meta date="2020-03-29 19:44"]] + +# What has happened + +* We had three issues chosen for this iteration. Two to be closed, and + one to be discussed. We did that. + +* Additionally, a couple of small improvements to make examples more + prominent on the website were made. + + +# Discussion + +* We reviewed all outstanding merge requests and issues, and made + notes for changes. + +* We planned the next iteration by picking issues to be handled: + + +* We discussed git commit signing. For now, the minimum we want is for + annotated commits to be signed. Commits do not need to be signed, + yet. + +* We discussed an early warning sign for breaking changes. This would + be a second repository with sample Subplots that are known to work, + that we would run Subplot against so that if anything breaks we will + be notified. We're still in ALPHA so breaking changes are OK, but we + will eventually want avoid making them accidentally. + + Subplot has a pretty good subplot for itself, but it'd be good to + have samples from actual users, eventually. They should be in a + separate repository so that they can't be changed accidentally, when + merging other changes. + +* We discussed typesetting improvements, but agreed it's not time for + them yet. If a volunteer shows up, we'd love that and would work + with them, but it's too early to look for one. + + +# Actions + +* Lars to work on the chosen issues for this iteration. + +* Daniel to comment on [issue 4 (shell + support)](https://gitlab.com/larswirzenius/subplot/-/issues/4) + to add his thoughts about changes to the code templating system and + adding metadata to templates. + +* Daniel to request rust-pandoc for a release. The changes we've + proposed and submitted have already been accepted, but we need a + release to comfortably use them. -- cgit v1.2.1