mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-14 23:26:39 +03:00
- Add first-class Pi (pi.dev) provider with transformer, tests, and build integration - Fix CODEOWNERS username (@paulbakaus → @pbakaus) - Add missing providers to issue/PR templates (Copilot, Kiro, OpenCode, Pi) - Add Pi and OpenCode logos to homepage hero and install sections - Move /onboard from "system" to "enhancement" category - Update README and DEVELOP.md with all supported providers Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
32 lines
524 B
Markdown
32 lines
524 B
Markdown
---
|
|
name: Bug report
|
|
about: Something isn't working as expected
|
|
title: "[Bug] "
|
|
labels: bug
|
|
assignees: ''
|
|
---
|
|
|
|
## What happened?
|
|
|
|
<!-- A clear description of the bug. -->
|
|
|
|
## Steps to reproduce
|
|
|
|
1.
|
|
2.
|
|
3.
|
|
|
|
## Expected behavior
|
|
|
|
<!-- What did you expect to happen? -->
|
|
|
|
## Provider & environment
|
|
|
|
- **Provider** (Cursor / Claude Code / Gemini CLI / Codex / Copilot / Kiro / OpenCode):
|
|
- **Provider version**:
|
|
- **OS**:
|
|
|
|
## Additional context
|
|
|
|
<!-- Paste relevant command output, screenshots, or config snippets here. -->
|