feat(instructions): add copilot instructions for Blazor development#186
Open
georgianastasov wants to merge 5 commits intomasterfrom
Open
feat(instructions): add copilot instructions for Blazor development#186georgianastasov wants to merge 5 commits intomasterfrom
georgianastasov wants to merge 5 commits intomasterfrom
Conversation
There was a problem hiding this comment.
Pull request overview
Adds repository-scoped GitHub Copilot instructions tailored to Ignite UI Blazor development to improve consistency and quality of AI-assisted contributions.
Changes:
- Introduces
.github/copilot-instructions.mdwith a Blazor-focused persona, code-behind examples, and best-practice guidance. - Adds links to Microsoft Blazor documentation resources.
- Adds a section intended to reference domain-specific
SKILL.mdfiles (currently linked underskills/).
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…com/IgniteUI/igniteui-blazor into ganastasov/add-copilot-instructions
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.
Closes #182
Description:
Adds a
copilot-instructions.mdfile to provide GitHub Copilot with repository-specific guidance for Ignite UI Blazor development.The instructions include Blazor-focused coding conventions, the
.razor/.razor.cs/.razor.csscode-behind pattern, links to official Blazor documentation, best practices for components and state management, and references to domain-specificSKILL.mdfiles for components, grids, and theming.Additional information (check all that apply):
Checklist:
README.MDCHANGELOG.MDupdates for newly added functionality