Initial commit

This commit is contained in:
2026-01-26 16:43:01 -05:00
commit 23cb27503e
39 changed files with 96557 additions and 0 deletions

View File

@@ -0,0 +1,43 @@
---
name: 🔖 Bookmarklet Request
about: Idea for a new bookmarklet or browser utility
title: "[BOOKMARKLET] "
labels: ["bookmarklet", "enhancement"]
assignees: ""
---
## Purpose
<!-- What should this bookmarklet do? -->
## Use Case
<!-- When/where would you use this? -->
## Behavior
<!-- Describe the expected behavior -->
1.
2.
3.
## Technical Considerations
<!-- Any specific requirements or constraints? -->
- Browser compatibility:
- Required permissions:
- Dependencies: None (bookmarklets should be self-contained)
## Inspiration
<!-- Any existing tools or examples? -->
-
## Implementation Notes
<!-- Technical approach or ideas -->
-

40
.github/ISSUE_TEMPLATE/bug-report.md vendored Normal file
View File

@@ -0,0 +1,40 @@
---
name: 🐛 Bug/Issue
about: Report a problem with code or documentation
title: "[BUG] "
labels: ["bug"]
assignees: ""
---
## Description
<!-- Clear description of the issue -->
## Location
<!-- Where is the problem? -->
- File:
- Section:
## Expected Behavior
<!-- What should happen? -->
## Actual Behavior
<!-- What actually happens? -->
## Steps to Reproduce
1.
2.
3.
## Possible Fix
<!-- If you have ideas on how to fix it -->
## Additional Context
<!-- Screenshots, error messages, etc. -->

View 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 -->

36
.github/ISSUE_TEMPLATE/concept-idea.md vendored Normal file
View File

@@ -0,0 +1,36 @@
---
name: 💡 Concept/Idea
about: Capture a new concept or idea to develop
title: "[CONCEPT] "
labels: ["concept", "documentation"]
assignees: ""
---
## Concept Summary
<!-- Brief description of the concept or idea -->
## Context
<!-- Where did this idea come from? What problem does it address? -->
## Related Concepts
<!-- Link to related notes or concepts -->
-
## Actions
<!-- What needs to be done to develop this concept? -->
- [ ] Create initial note in `/docs/fleeting/` or `/docs/concepts/`
- [ ] Research and gather information
- [ ] Link to related concepts
- [ ] Refine and expand
## Resources
<!-- Links, references, inspiration -->
-

16
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View File

@@ -0,0 +1,16 @@
name: Choose a template
description: Select the appropriate issue template for your needs
title: ""
labels: []
body:
- type: markdown
attributes:
value: |
## Welcome to Memory Palace Issues!
Choose the template that best fits your need:
- 💡 **Concept/Idea** - Capture new concepts or ideas
- 🔖 **Bookmarklet** - Request or plan a browser utility
- 🧪 **Code Experiment** - Track experiments and prototypes
- 📚 **Project** - Document larger projects
- 🐛 **Bug/Issue** - Report problems

View File

@@ -0,0 +1,55 @@
---
name: 📚 Project Documentation
about: Track documentation for a larger project
title: "[PROJECT] "
labels: ["project", "documentation"]
assignees: ""
---
## Project Name
<!-- What is this project? -->
## Description
<!-- Brief overview -->
## Goals
<!-- What are you trying to accomplish? -->
-
-
## Documentation Structure
- [ ] Create project folder in `/docs/projects/`
- [ ] Project overview/README
- [ ] Technical documentation
- [ ] Decision log
- [ ] Resources and references
## Related Code
<!-- Any code components? -->
- Location:
## Status
<!-- Current state of the project -->
- [ ] Planning
- [ ] In Progress
- [ ] Paused
- [ ] Completed
- [ ] Archived
## Next Steps
- [ ]
- [ ]
## Links & Resources
-