From 004907f4f229b4aff2ca9c2a96b694251b51cce9 Mon Sep 17 00:00:00 2001
From: John MacFarlane <jgm@berkeley.edu>
Date: Sun, 15 Mar 2020 11:23:55 -0700
Subject: make changes_github: use details tag to make changelog collapsible.

---
 tools/changes_template.html | 6 ++++++
 1 file changed, 6 insertions(+)
 create mode 100644 tools/changes_template.html

(limited to 'tools')

diff --git a/tools/changes_template.html b/tools/changes_template.html
new file mode 100644
index 000000000..a1cb46e2e
--- /dev/null
+++ b/tools/changes_template.html
@@ -0,0 +1,6 @@
+<details>
+  <summary>Click to expand changelog</summary>
+
+$body$
+
+</details>
-- 
cgit v1.2.3