From 2ceddcc2268c9dbc6218baee68b25953912f6116 Mon Sep 17 00:00:00 2001 From: Leonard Date: Sat, 20 Jun 2026 16:34:16 +0000 Subject: [PATCH] feat: add experiment log template --- templates/experiment-log-template.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 templates/experiment-log-template.md diff --git a/templates/experiment-log-template.md b/templates/experiment-log-template.md new file mode 100644 index 0000000..f606c43 --- /dev/null +++ b/templates/experiment-log-template.md @@ -0,0 +1,23 @@ +# Experiment Log: [Name] + +**Date:** YYYY-MM-DD +**Project:** [linked project name] +**Status:** [Planned / Running / Complete / Failed] + +## Hypothesis +*What are you testing?* + +## Setup +- Environment: +- Input: +- Expected outcome: + +## Results +*What actually happened? Include data, logs, outputs.* + +## Analysis +*Why did it work/fail? What does this tell you?* + +## Follow-up +- [ ] Next step 1 +- [ ] Next step 2