moving
Some checks failed
Installer Smoke / installer-smoke (push) Has been cancelled

This commit is contained in:
Oleg Maslov
2026-09-02 10:10:29 +02:00
commit 0c3e2ead3b
3841 changed files with 970576 additions and 0 deletions

40
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View File

@@ -0,0 +1,40 @@
---
name: Bug report
about: Report something that isn't working as expected
title: "[bug] "
labels: bug
assignees: ""
---
## Describe the bug
A clear and concise description of what the bug is.
## To reproduce
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '...'
3. See error
## Expected behavior
What you expected to happen instead.
## Screenshots / logs
If applicable, add screenshots or paste relevant log output. **Redact any API
keys, tokens, or personal data before pasting.**
## Environment
- Waggle build: [desktop (Windows/macOS) or web / `npm run dev`]
- App version or commit SHA:
- OS and version:
- Node version (`node -v`):
## Additional context
Anything else that might help — e.g. which workspace/persona, whether it is
reproducible, when it started.

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

@@ -0,0 +1,8 @@
blank_issues_enabled: false
contact_links:
- name: Security vulnerability
url: https://github.com/marolinik/waggle-os/security/advisories/new
about: Please report security issues privately, not as a public issue. See SECURITY.md.
- name: Question or discussion
url: https://github.com/marolinik/waggle-os/discussions
about: Ask questions, propose ideas, or discuss architecture here.

View File

@@ -0,0 +1,26 @@
---
name: Feature request
about: Suggest an idea or improvement for Waggle OS
title: "[feature] "
labels: enhancement
assignees: ""
---
## Problem
What problem are you trying to solve? What's the use case? A feature request
grounded in a real workflow is much easier to evaluate than a solution in search
of a problem.
## Proposed solution
Describe what you'd like to happen.
## Alternatives considered
Any alternative approaches or workarounds you've thought about or tried.
## Additional context
Mockups, links, or references to prior art. Note if this touches an existing
area (memory, connectors, personas, marketplace, etc.).