From 21f4fe95d782887390dd4e2386dc48f6625d5649 Mon Sep 17 00:00:00 2001 From: "Aarthi Manivannan, Premanathan Aarthi Manivannan" Date: Thu, 20 Nov 2025 11:38:32 +0100 Subject: [PATCH] Add new file --- templates/meeting_report_template.md | 39 ++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 templates/meeting_report_template.md diff --git a/templates/meeting_report_template.md b/templates/meeting_report_template.md new file mode 100644 index 0000000..adf789f --- /dev/null +++ b/templates/meeting_report_template.md @@ -0,0 +1,39 @@ +# {{title}} + +**Date:** {{date}} +**Start:** {{start}} +**End:** {{end}} +**Duration:** {{duration}} +**Location:** {{location}} +**Host:** {{host}} +**Participants:** {{participants}} + +--- + +## Table of Contents +{{toc}} + +--- + +## Executive Summary +{{exec_summary}} + +--- + +## Sections +{{sections}} + +--- + +## Consolidated Decisions +{{consolidated_decisions}} + +--- + +## Consolidated Actions +{{consolidated_actions}} + +--- + +## Appendix +{{appendix}}