47 lines
698 B
Markdown
47 lines
698 B
Markdown
---
|
|
name: 🧪 Code Experiment
|
|
about: Track a code experiment or prototype
|
|
title: "[EXPERIMENT] "
|
|
labels: ["experiment", "code"]
|
|
assignees: ""
|
|
---
|
|
|
|
## Experiment Goal
|
|
|
|
<!-- What are you trying to learn or build? -->
|
|
|
|
## Language/Stack
|
|
|
|
<!-- Python, JavaScript, TypeScript, etc. -->
|
|
|
|
-
|
|
|
|
## Hypothesis
|
|
|
|
<!-- What do you expect to discover or achieve? -->
|
|
|
|
## Steps
|
|
|
|
<!-- Outline the experiment -->
|
|
|
|
- [ ] Setup/preparation
|
|
- [ ] Implementation
|
|
- [ ] Testing
|
|
- [ ] Documentation
|
|
|
|
## Location
|
|
|
|
<!-- Where will this code live? -->
|
|
|
|
- Path: `/code/scratchpad/`
|
|
|
|
## Success Criteria
|
|
|
|
<!-- How will you know if this experiment succeeded? -->
|
|
|
|
-
|
|
|
|
## Notes
|
|
|
|
<!-- Any additional context or considerations -->
|