Skip to content

chore: add GitHub templates, CODE_OF_CONDUCT, CODEOWNERS, update copilot-instructions#53

Merged
cdprice02 merged 2 commits intomainfrom
chore/issue-10-github-templates
Apr 8, 2026
Merged

chore: add GitHub templates, CODE_OF_CONDUCT, CODEOWNERS, update copilot-instructions#53
cdprice02 merged 2 commits intomainfrom
chore/issue-10-github-templates

Conversation

@cdprice02
Copy link
Copy Markdown
Owner

Description

Closes #10.

Adds standard GitHub repository hygiene files and updates outdated Copilot instructions:

  • .github/ISSUE_TEMPLATE/bug_report.md — structured bug report template
  • .github/ISSUE_TEMPLATE/feature_request.md — feature request template
  • .github/PULL_REQUEST_TEMPLATE.md — PR checklist referencing ferrish's principles
  • .github/CODE_OF_CONDUCT.md — contributor conduct expectations
  • .github/CODEOWNERS — auto-assigns @cdprice02 as reviewer
  • .github/copilot-instructions.md — updated to reflect current module structure

Type of change

  • Docs
  • Chore

Test checklist

  • cargo test passes
  • cargo clippy --all-targets --all-features -- -D warnings passes

Copilot AI review requested due to automatic review settings April 8, 2026 00:46
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds standard GitHub repository hygiene files (issue/PR templates, code of conduct, codeowners) and updates Copilot instructions so contributor guidance matches the current ferrish module layout.

Changes:

  • Added GitHub Issue templates (bug report + feature request) and a PR template with a test checklist.
  • Added repository governance metadata (CODE_OF_CONDUCT, CODEOWNERS).
  • Updated .github/copilot-instructions.md to reflect current module structure (but see review comment about miette).

Reviewed changes

Copilot reviewed 6 out of 6 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
.github/PULL_REQUEST_TEMPLATE.md Adds a standardized PR template with type + test checklists.
.github/ISSUE_TEMPLATE/feature_request.md Adds a structured feature request issue template.
.github/ISSUE_TEMPLATE/bug_report.md Adds a structured bug report issue template.
.github/copilot-instructions.md Updates Copilot guidance to match current src/ module structure.
.github/CODEOWNERS Configures default code ownership/review assignment.
.github/CODE_OF_CONDUCT.md Defines contributor conduct expectations and reporting guidance.

cdprice02 and others added 2 commits April 7, 2026 19:54
…lot-instructions

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@cdprice02 cdprice02 force-pushed the chore/issue-10-github-templates branch from 92e844d to 7e2ed0e Compare April 8, 2026 00:54
@cdprice02 cdprice02 merged commit 96d8fc6 into main Apr 8, 2026
8 checks passed
@cdprice02 cdprice02 deleted the chore/issue-10-github-templates branch April 8, 2026 00:57
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.

Add issue templates and PR template

2 participants