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