Skip to content

feat: GitHub issue templates + canonical support@simdrive.dev address#159

Merged
SyncTekLLC merged 1 commit into
mainfrom
feat/issue-templates-and-canonical-support
May 26, 2026
Merged

feat: GitHub issue templates + canonical support@simdrive.dev address#159
SyncTekLLC merged 1 commit into
mainfrom
feat/issue-templates-and-canonical-support

Conversation

@SyncTekLLC

Copy link
Copy Markdown
Contributor

Summary

  • Add Forms-style GitHub issue templates under .github/ISSUE_TEMPLATE/ (bug, feature, license) plus config.yml with docs / private email support / security disclosure contact links — now that the repo is public, /issues/new/choose has a real triage path.
  • Replace support@synctek.io with brand-aligned support@simdrive.dev in two simdrive/src/simdrive/license/errors.py user-facing error messages, simdrive/docs/RECOVERY.md, and simdrive/docs/gtm/community_charter.md. Atlas/SyncTek company references untouched where they're legitimate (e.g. CoC contact, Built by SyncTek footer).
  • Add a Support section to root README.md and simdrive/README.md pointing at docs / issue templates / private support email / security email.

[INIT-2026-549]

Test plan

  • for f in .github/ISSUE_TEMPLATE/*.yml; do python3 -c "import yaml; yaml.safe_load(open('$f'))"; done — all 4 parse
  • pytest simdrive/tests/test_license_error_ux.py simdrive/tests/test_license_rotation.py — 18 passed
  • grep -rn "support@synctek\.io" simdrive/ README.md — no remaining customer-facing references
  • Post-merge: https://github.com/SyncTek-LLC/simdrive/issues/new/choose returns 200 and lists 3 templates

Adds Forms-style issue templates (bug, feature, license) and a config.yml
with documentation/email/security contact links so the now-public repo has
a structured triage path at /issues/new/choose.

Replaces support@synctek.io with brand-aligned support@simdrive.dev in
license error messages, the recovery doc, and the community charter. Adds
Support sections to both READMEs pointing at docs/issues/email/security.

[INIT-2026-549]

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@SyncTekLLC SyncTekLLC merged commit 1a485cb into main May 26, 2026
5 of 6 checks passed
@SyncTekLLC SyncTekLLC deleted the feat/issue-templates-and-canonical-support branch May 26, 2026 02:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant