mirror of
https://github.com/obra/superpowers.git
synced 2026-06-11 05:09:05 +08:00
Add a mandatory self-identification disclosure (model, harness, harness version, all installed plugins) to the PR template and all three issue templates, and document the requirement in the contributor guidelines. We weigh contributions differently depending on what produced them: content reasoned from documentation is held to a different bar than work grounded in a real session. Also state explicitly, in both CLAUDE.md and the PR template, that all PRs must target the dev branch rather than main.
56 lines
1.6 KiB
Markdown
56 lines
1.6 KiB
Markdown
---
|
|
name: Bug Report
|
|
about: Something isn't working as expected
|
|
labels: bug
|
|
---
|
|
|
|
<!--
|
|
BEFORE FILING: Search open AND closed issues. The Windows SessionStart
|
|
hook alone has been reported 29 times. If your issue already exists,
|
|
add a comment or reaction to the existing one instead.
|
|
-->
|
|
|
|
- [ ] I searched existing issues and this is not a duplicate
|
|
|
|
## Environment (required)
|
|
<!-- Required. We assume an agent filed this report — tell us which one and
|
|
where it ran. We weigh reports by what produced them. -->
|
|
|
|
| Field | Value |
|
|
|-------|-------|
|
|
| Superpowers version | |
|
|
| Harness (Claude Code, Cursor, etc.) | |
|
|
| Harness version | |
|
|
| Your model + version | |
|
|
| All plugins installed | |
|
|
| OS + shell | |
|
|
|
|
## Is this a Superpowers issue or a platform issue?
|
|
<!-- Superpowers is a plugin. Some reported "bugs" are actually issues
|
|
in the underlying platform or model. If you're not sure, try
|
|
reproducing without Superpowers installed.
|
|
|
|
If the problem persists without Superpowers, file the issue with
|
|
your platform instead. -->
|
|
|
|
- [ ] I confirmed this issue does not occur without Superpowers installed
|
|
|
|
## What happened?
|
|
<!-- Be specific. "It doesn't work" is not a bug report. -->
|
|
|
|
## Steps to reproduce
|
|
1.
|
|
2.
|
|
3.
|
|
|
|
## Expected behavior
|
|
<!-- What should have happened? -->
|
|
|
|
## Actual behavior
|
|
<!-- What happened instead? -->
|
|
|
|
## Debug log or conversation transcript
|
|
<!-- A debug log or conversation transcript showing the issue is the
|
|
single most helpful thing you can include. Without one, we're
|
|
guessing. Screenshots of error output are also useful. -->
|