feat: add experiment log template

This commit is contained in:
2026-06-20 16:34:16 +00:00
parent 778c0ad727
commit 2ceddcc226
+23
View File
@@ -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