Conversation
There was a problem hiding this comment.
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.mdto reflect current module structure (but see review comment aboutmiette).
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. |
…lot-instructions Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…hiserror/anyhow not miette
92e844d to
7e2ed0e
Compare
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.
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 structureType of change
Test checklist
cargo testpassescargo clippy --all-targets --all-features -- -D warningspasses