diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000000..f8d1be84fe --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,32 @@ +--- +name: Bug Report +about: Report a bug or issue with Superpowers +title: '[BUG] ' +labels: bug +assignees: '' +--- + +## Bug Description +A clear and concise description of what the bug is. + +## Steps to Reproduce +1. Go to '...' +2. Run command '...' +3. See error + +## Expected Behavior +A clear description of what you expected to happen. + +## Actual Behavior +What actually happened. + +## Environment +- Platform: [e.g., Claude Code, Codex, OpenCode] +- Superpowers Version: [e.g., v4.0.3] +- Operating System: [e.g., macOS 14.0, Ubuntu 22.04, Windows 11] + +## Additional Context +Add any other context about the problem here, such as: +- Error messages or logs +- Screenshots +- Configuration files diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000000..6299ee53f3 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,11 @@ +blank_issues_enabled: true +contact_links: + - name: 💬 GitHub Discussions (Questions & Help) + url: https://github.com/obra/superpowers/discussions + about: Ask questions and get help from the community + - name: 💰 GitHub Sponsors Support (Payment Issues) + url: https://support.github.com/ + about: For sponsorship payouts, payment methods, Stripe/SEPA issues, contact GitHub Support directly + - name: 📖 Documentation + url: https://github.com/obra/superpowers/blob/main/README.md + about: Read the documentation and guides diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000000..9745a892fd --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,22 @@ +--- +name: Feature Request +about: Suggest a new feature or enhancement for Superpowers +title: '[FEATURE] ' +labels: enhancement +assignees: '' +--- + +## Feature Description +A clear and concise description of the feature you'd like to see. + +## Use Case +Describe the problem this feature would solve. What are you trying to accomplish? + +## Proposed Solution +Describe how you envision this feature working. + +## Alternatives Considered +Have you considered any alternative solutions or workarounds? + +## Additional Context +Add any other context, mockups, or examples about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md new file mode 100644 index 0000000000..7e0eeaca4d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.md @@ -0,0 +1,48 @@ +--- +name: Question or Support +about: Ask a question or get help (please use Discussions instead) +title: '[QUESTION] ' +labels: question +assignees: '' +--- + +## ⚠️ Notice: Please Use GitHub Discussions + +For questions, support requests, and general help, please use **[GitHub Discussions](https://github.com/obra/superpowers/discussions)** instead of opening an issue. + +GitHub Issues are for **bug reports** and **feature requests** only. + +--- + +## Common Questions + +Before posting, check if your question is covered in: +- [README.md](https://github.com/obra/superpowers/blob/main/README.md) +- [Documentation](https://github.com/obra/superpowers/tree/main/docs) +- [Existing Discussions](https://github.com/obra/superpowers/discussions) + +--- + +## Sponsorship and Payment Questions + +**If you have questions about GitHub Sponsors payments, payouts, or account issues:** + +👉 Please contact [GitHub Support](https://support.github.com/) directly + +GitHub handles all payment processing, Stripe integration, SEPA transfers, and payout verification. The project maintainers do not have access to payment or banking information. + +See [SUPPORT.md](https://github.com/obra/superpowers/blob/main/SUPPORT.md) for more information. + +--- + +If you still need to ask a question here, please provide: + +## Your Question +[Describe your question clearly] + +## What You've Tried +[Describe what you've already tried or researched] + +## Context +- Platform: [e.g., Claude Code, Codex, OpenCode] +- Superpowers Version: [if applicable] diff --git a/README.md b/README.md index 0e67aefcfd..b422bd0684 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,8 @@ There's a bunch more to it, but that's the core of the system. And because the s If Superpowers has helped you do stuff that makes money and you are so inclined, I'd greatly appreciate it if you'd consider [sponsoring my opensource work](https://github.com/sponsors/obra). +**Note:** For questions about GitHub Sponsors payments, payouts, or account issues, please contact [GitHub Support](https://support.github.com/) directly. See [SUPPORT.md](SUPPORT.md) for more information. + Thanks! - Jesse @@ -155,5 +157,9 @@ MIT License - see LICENSE file for details ## Support -- **Issues**: https://github.com/obra/superpowers/issues +For detailed support information, see [SUPPORT.md](SUPPORT.md). + +- **Issues** (bugs & features): https://github.com/obra/superpowers/issues +- **Discussions** (questions & help): https://github.com/obra/superpowers/discussions - **Marketplace**: https://github.com/obra/superpowers-marketplace +- **Sponsorship/Payment Support**: Contact [GitHub Support](https://support.github.com/) diff --git a/SUPPORT.md b/SUPPORT.md new file mode 100644 index 0000000000..6df5406bb0 --- /dev/null +++ b/SUPPORT.md @@ -0,0 +1,42 @@ +# Support + +Thank you for using Superpowers! This document provides guidance on getting help and support. + +## Questions and Discussions + +For general questions about using Superpowers, please use: +- **GitHub Discussions**: [https://github.com/obra/superpowers/discussions](https://github.com/obra/superpowers/discussions) +- **Documentation**: Check the [README.md](README.md) and files in the [docs/](docs/) directory + +## Bug Reports and Feature Requests + +If you've found a bug or want to request a feature: +1. Check [existing issues](https://github.com/obra/superpowers/issues) first +2. Use the appropriate issue template when creating a new issue +3. Provide clear details and reproduction steps + +## GitHub Sponsors + +If Superpowers has helped you and you'd like to support the project, you can [sponsor obra on GitHub](https://github.com/sponsors/obra). + +### Sponsorship and Payment Questions + +**For questions about GitHub Sponsors payouts, payment methods, or account-related issues**, please contact: +- **GitHub Support**: [https://support.github.com/](https://support.github.com/) (for payment processing, payout status, Stripe/bank account issues) +- **Email**: Contact the maintainer directly at their GitHub profile email for sponsorship-specific questions + +**Note**: GitHub issues in this repository are for technical problems with the Superpowers codebase, not for sponsorship or payment support. GitHub Support handles all payment processing, Stripe integration, and bank account verification. + +### How GitHub Sponsors Works + +- GitHub Sponsors uses Stripe Connect for payment processing +- Payouts are managed entirely by GitHub, not by individual project maintainers +- For payout verification, bank account confirmations, or SEPA transfer questions, please contact GitHub Support directly + +## Contributing + +Interested in contributing code or documentation? See the [Contributing](README.md#contributing) section in the README.md and check out the `skills/writing-skills/SKILL.md` guide. + +## Maintainer + +Superpowers is maintained by [@obra](https://github.com/obra) (Jesse Vincent).