From 8ea39819eed74fe2a0338e71789f06b30e953041 Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Thu, 19 Mar 2026 13:26:17 -0700 Subject: [PATCH] Add issue templates and disable blank issues Four templates: bug report (with environment table and platform-vs-plugin gate), feature request (with problem statement and core-appropriateness question), IDE/platform support request, and a config that disables blank issues and redirects questions to Discord. --- .github/ISSUE_TEMPLATE/bug_report.md | 52 ++++++++++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 5 +++ .github/ISSUE_TEMPLATE/feature_request.md | 34 ++++++++++++++ .github/ISSUE_TEMPLATE/platform_support.md | 23 ++++++++++ 4 files changed, 114 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/platform_support.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..235d8670 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,52 @@ +--- +name: Bug Report +about: Something isn't working as expected +labels: bug +--- + + + +- [ ] I searched existing issues and this is not a duplicate + +## Environment + +| Field | Value | +|-------|-------| +| Superpowers version | | +| Harness (Claude Code, Cursor, etc.) | | +| Harness version | | +| Model | | +| OS + shell | | + +## Is this a Superpowers issue or a platform issue? + + +- [ ] I confirmed this issue does not occur without Superpowers installed + +## What happened? + + +## Steps to reproduce +1. +2. +3. + +## Expected behavior + + +## Actual behavior + + +## Debug log or conversation transcript + diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..e3dc7608 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: Questions & Help + url: https://discord.gg/Jd8Vphy9jq + about: For usage questions, troubleshooting help, and general discussion, please visit our Discord instead of opening an issue. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..d1847962 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,34 @@ +--- +name: Feature Request +about: Propose a change or addition to Superpowers +labels: enhancement +--- + + + +- [ ] I searched existing issues and this has not been proposed before + +## What problem does this solve? + + +## Proposed solution + + +## What alternatives did you consider? + + +## Is this appropriate for core Superpowers? + + +## Context + diff --git a/.github/ISSUE_TEMPLATE/platform_support.md b/.github/ISSUE_TEMPLATE/platform_support.md new file mode 100644 index 00000000..dc5bf332 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/platform_support.md @@ -0,0 +1,23 @@ +--- +name: IDE / Platform Support Request +about: Request support for a new IDE, editor, or AI coding tool +labels: platform-support +--- + + + +- [ ] I searched existing issues for this IDE/platform + +## Which IDE or platform? + + +## Does this tool have a plugin or extension system? + + +## Have you tried manual installation? +