This repository has been archived on 2026-04-03. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
core/ISSUES.md
2026-02-21 21:59:38 +00:00

37 lines
709 B
Markdown

# Development Workflow
## Branches
- `main` — stable, deployable
- `feature-*` — feature branches, merge to main via PR
## Issue Format
Title: `[CATEGORY] Description`
Categories: `BACKEND`, `FRONTEND`, `DEVOPS`, `TESTING`, `DOCS`, `BUG`
## Commit Messages
```
[Category] Short description
Longer explanation if needed. Closes #XX
```
## PR Checklist
- [ ] Code follows existing style
- [ ] Tested manually
- [ ] No breaking API changes (or documented)
- [ ] Docs updated if user-facing
- [ ] Screenshots if UI changes
## Current Priorities
1. UX polish (chat search, keyboard shortcuts, PWA)
2. Teams + RBAC (0.8.0)
3. Audit + Usage tracking (0.8.x)
See [ROADMAP.md](ROADMAP.md) for detail.