When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change via a pull request.
Please note we have a code of conduct, please follow it in all your interactions with the project.
Please ensure your pull request adheres to the following guidelines:
- Search previous suggestions for duplicates before making a new one.
- Make an individual pull request for each suggestion or feature.
- Use the following format:
- [Bookmark Title](link): Description. - Titles should be capitalized.
- New categories or improvements to the existing categorization are welcome.
- Be sure not to stage any files in excluded in .gitignore
- Check your spelling and grammar.
See code of conduct
This repository includes custom GitHub Copilot chat modes, prompts, and instructions to enhance the development experience:
- Chat modes and prompts are located under
.github/chatmodes/and.github/prompts/respectively - Repo-specific instructions under
.github/instructions/provide context that influences GitHub Copilot Chat responses for better understanding of the project structure and patterns - Use the conventional commit prompt to generate standardized commit messages following the conventional commits specification. Keep commit scopes generic (e.g.,
feat,fix,docs,refactor,test,chore)
For comprehensive documentation, visit the Dokka site