-
Notifications
You must be signed in to change notification settings - Fork 0
Updated some docs stuff #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Well that was a nightmare trying to get to work!!!! Examples on the action GitHub repo README were totally wrong it seems! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This pull request adds documentation infrastructure and tooling to the repository, including automated spellchecking and Copilot-specific Clean Architecture guidelines.
- Adds automated spellcheck workflow using pyspelling to validate Markdown files
- Introduces Copilot instructions documenting Clean Architecture patterns and dependency rules
- Configures custom wordlist for technical terms specific to the project
Reviewed changes
Copilot reviewed 4 out of 5 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
.wordlist.txt |
Defines custom dictionary of technical terms (Blazor, DTOs, etc.) for spellcheck exclusion |
.spellcheck.yml |
Configures pyspelling for Markdown files using British English and custom wordlist |
.github/workflows/spellcheck.yml |
Adds GitHub Actions workflow to run spellcheck on push and PR to main branch |
.github/copilot-instructions.md |
Documents Clean Architecture layer boundaries, dependency rules, and AI agent requirements |
UnmessyExample.slnx |
Removes copilot-instructions.md reference from solution file (now in .github folder) |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <[email protected]>
No description provided.