Thanks for helping improve Sub2API Status Bar. This project is a native macOS menu bar utility, so changes should preserve a quiet, glanceable, privacy-conscious user experience.
Requirements:
- macOS 13 or later.
- Swift 6.1 or later.
- A Sub2API server with user API endpoints enabled when manually testing live data.
Run local checks before opening a pull request:
swift test
swift buildFor release-affecting changes, also run:
VERSION=v0.1.6 ./scripts/verify-release-candidate.shUse the version you are preparing, not necessarily v0.1.6.
For support, issue-template, or repository operations changes, also run:
./scripts/verify-support-bundle.sh
./scripts/verify-github-labels.sh
./scripts/verify-security-reporting.sh
./scripts/verify-repository-settings.sh- Keep the menu bar status glanceable.
- Keep the popover compact and configurable.
- Keep alerts actionable and local.
- Do not add telemetry.
- Do not require admin-only Sub2API endpoints for ordinary user monitoring.
- Keep diagnostics support-safe and token-redacted.
- Keep support bundle output focused on safe diagnostics, environment, and reproduction details.
Update docs when behavior changes:
README.mdfor user-facing setup or feature changes.CHANGELOG.mdfor release-visible changes.docs/RELEASE_CHECKLIST.mdfor release process or readiness changes.docs/PRODUCT_REVIEW.mdfor MAGI cycle notes when a change moves the product maturity bar.- Release notes under
docs/RELEASE_NOTES_<tag>.mdfor tagged releases.
The canonical label set lives in .github/labels.yml. Keep issue template labels and triage labels in sync with:
./scripts/verify-github-labels.shUse needs-triage for newly reviewed issues that need routing and needs-info when diagnostics or reproduction details are missing.
The expected public repository settings live in .github/repository-settings.yml. Keep branch protection, required checks, issue settings, and private vulnerability reporting aligned with:
./scripts/verify-repository-settings.shDo not commit:
- Access tokens.
- Refresh tokens.
- Passwords.
- Local
config.jsonfiles. - Private Sub2API server logs.
- Generated release archives in
dist/.
Security vulnerabilities should follow SECURITY.md instead of public issue discussion.
Issue template configuration must keep blank public issues disabled and preserve the private security contact link.
Before requesting review:
- Run the relevant local checks.
- Include screenshots or short notes for visible UI changes.
- Explain whether the change affects release packaging, update checking, diagnostics, or credential storage.
- Confirm that diagnostics still avoid exposing secrets.