Skip to content

chore: add GitHub issue/PR templates, CODEOWNERS, env gitignore#4

Merged
Krivoblotsky merged 1 commit intodevelopfrom
chore/github-infrastructure
May 1, 2026
Merged

chore: add GitHub issue/PR templates, CODEOWNERS, env gitignore#4
Krivoblotsky merged 1 commit intodevelopfrom
chore/github-infrastructure

Conversation

@Krivoblotsky
Copy link
Copy Markdown
Contributor

Summary

Adds the GitHub repo infrastructure that external contributors expect.

  • .github/ISSUE_TEMPLATE/bug_report.yml — structured form (macOS/Xcode versions, repro steps, logs)
  • .github/ISSUE_TEMPLATE/feature_request.yml — problem / solution / alternatives
  • .github/pull_request_template.md — type-of-change + testing checklist
  • .github/CODEOWNERS — auto-request review from @Krivoblotsky
  • .gitignore — ignore .env* files so an OpenAI key can never be committed by accident

Type of Change

  • CI / tooling

Test plan

  • Open a draft issue and confirm the bug-report and feature-request forms render
  • Open a draft PR and confirm the PR template appears
  • Confirm @Krivoblotsky is auto-requested as reviewer

🤖 Generated with Claude Code

- Add structured bug report and feature request issue templates
- Add pull request template with type/testing checklist
- Add CODEOWNERS so PRs auto-request review
- Ignore .env files to prevent accidental API key commits

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@Krivoblotsky Krivoblotsky merged commit c98c02c into develop May 1, 2026
@Krivoblotsky Krivoblotsky deleted the chore/github-infrastructure branch May 1, 2026 16:32
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