summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-03-29 19:54:29 +0300
committerLars Wirzenius <liw@liw.fi>2020-03-29 19:54:29 +0300
commit885f9f49b1a7d678e7537f337d7bb76e61611928 (patch)
tree2b3c4ca7ee417a1a10a05f58dbbaae369a40c893
parent7d9eb0304b09fbd42206a1c17504981a335cc45c (diff)
downloadsubplot.liw.fi-885f9f49b1a7d678e7537f337d7bb76e61611928.tar.gz
Publish log entry
-rw-r--r--blog/2020/03/29/iteration_planing_notes_march_29.mdwn53
1 files changed, 53 insertions, 0 deletions
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:
+ <https://gitlab.com/larswirzenius/subplot/-/milestones/4>
+
+* 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.