Initial commit

This commit is contained in:
David Snelling 2025-06-24 11:41:30 -07:00
commit 5a8a6c1ba3
81 changed files with 39269 additions and 0 deletions

32
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View file

@ -0,0 +1,32 @@
---
name: Bug report
about: Create a report to help us improve
title: '[BUG] '
labels: bug
assignees: ''
---
## Bug Description
A clear and concise description of what the bug is.
## Reproduction Steps
Steps to reproduce the behavior:
1. Initialize BrainyData with '...'
2. Call method '....'
3. See error
## Expected Behavior
A clear and concise description of what you expected to happen.
## Environment
- Brainy version: [e.g. 0.9.4]
- Environment: [e.g. Browser, Node.js, serverless]
- Browser (if applicable): [e.g. Chrome, Safari]
- Node.js version (if applicable): [e.g. 23.11.0]
- Operating System: [e.g. Windows 10, macOS Monterey, Ubuntu 22.04]
## Additional Context
Add any other context about the problem here. If applicable, include code snippets, error messages, or screenshots.
## Possible Solution
If you have suggestions on how to fix the issue, please describe them here.

View file

@ -0,0 +1,22 @@
---
name: Feature request
about: Suggest an idea for this project
title: '[FEATURE] '
labels: enhancement
assignees: ''
---
## Problem Statement
A clear and concise description of what problem this feature would solve. For example: "I'm always frustrated when [...]"
## Proposed Solution
A clear and concise description of what you want to happen.
## Alternative Solutions
A clear and concise description of any alternative solutions or features you've considered.
## Use Case
Describe a concrete use case that highlights the value of this feature.
## Additional Context
Add any other context, code examples, or references about the feature request here.