feat: GitHub issue templates + canonical support@simdrive.dev address#159
Merged
Merged
Conversation
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
.github/ISSUE_TEMPLATE/(bug, feature, license) plusconfig.ymlwith docs / private email support / security disclosure contact links — now that the repo is public,/issues/new/choosehas a real triage path.support@synctek.iowith brand-alignedsupport@simdrive.devin twosimdrive/src/simdrive/license/errors.pyuser-facing error messages,simdrive/docs/RECOVERY.md, andsimdrive/docs/gtm/community_charter.md. Atlas/SyncTek company references untouched where they're legitimate (e.g. CoC contact,Built by SyncTekfooter).README.mdandsimdrive/README.mdpointing 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 parsepytest simdrive/tests/test_license_error_ux.py simdrive/tests/test_license_rotation.py— 18 passedgrep -rn "support@synctek\.io" simdrive/ README.md— no remaining customer-facing referenceshttps://github.com/SyncTek-LLC/simdrive/issues/new/choosereturns 200 and lists 3 templates