Remove mention of kebab case#1030
Merged
sei-renae merged 1 commit intocopilot/setup-copilot-instructionsfrom Oct 29, 2025
Merged
Remove mention of kebab case#1030sei-renae merged 1 commit intocopilot/setup-copilot-instructionsfrom
sei-renae merged 1 commit intocopilot/setup-copilot-instructionsfrom
Conversation
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.
This pull request introduces documentation and configuration improvements to the repository. The most significant change is the addition of comprehensive GitHub Copilot instructions, which provide new contributors with clear guidance on the project structure, workflow, and best practices. Additionally, a markdownlint configuration update ensures that markdown linting ignores files in the
.githubdirectory, reducing unnecessary linting noise.Documentation improvements:
.github/copilot-instructions.mdfile outlining project overview, technology stack, project structure, development workflow, coding conventions, testing requirements, documentation guidelines, data file handling, common pitfalls, API development, git workflow, and additional resources. This serves as a comprehensive onboarding and reference guide for contributors.Tooling/configuration updates:
.markdownlint.ymlto ignore files in the.githubdirectory, preventing markdownlint from running on workflow and configuration files.