This commit is contained in:
40
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
40
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal 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
8
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal 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.
|
||||
26
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
26
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal 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.).
|
||||
Reference in New Issue
Block a user