Skip to content

chore: add GitHub template files and repo template infrastructure - #1

Merged
RandyMcMillan merged 1 commit into
mainfrom
copilot/convert-to-github-template
May 28, 2026
Merged

chore: add GitHub template files and repo template infrastructure#1
RandyMcMillan merged 1 commit into
mainfrom
copilot/convert-to-github-template

Conversation

Copilot AI commented May 28, 2026

Copy link
Copy Markdown

Summary

Adds standard .github template files to support converting this repo into a reusable GitHub template repository.

Motivation

Repository lacked issue templates and PR template. Required for enabling the "Template repository" setting so consumers get consistent contribution scaffolding when generating new repos from this one.

Changes

  • .github/ISSUE_TEMPLATE/bug_report.md — structured bug report with environment fields (macOS, Xcode, Rust toolchain)
  • .github/ISSUE_TEMPLATE/feature_request.md — feature request template
  • .github/pull_request_template.md — PR template with project-specific testing checklist

Remaining manual step: GitHub Settings → General → enable "Template repository" checkbox to activate the "Use this template" button.

Testing

  • build.sh completes successfully
  • Xcode project builds and runs on simulator
  • Rust library functions called correctly from Swift

Checklist

  • Code follows the existing style
  • Self-review completed
  • Documentation updated (if applicable)

@RandyMcMillan
RandyMcMillan marked this pull request as ready for review May 28, 2026 12:02
Copilot AI review requested due to automatic review settings May 28, 2026 12:02
@RandyMcMillan
RandyMcMillan merged commit 688a51e into main May 28, 2026
Copilot AI removed the request for review from Copilot May 28, 2026 12:24
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.

2 participants