Initial commit
This commit is contained in:
46
.github/ISSUE_TEMPLATE/code-experiment.md
vendored
Normal file
46
.github/ISSUE_TEMPLATE/code-experiment.md
vendored
Normal file
@@ -0,0 +1,46 @@
|
||||
---
|
||||
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 -->
|
||||
Reference in New Issue
Block a user