Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.7 KB

File metadata and controls

29 lines (19 loc) · 1.7 KB

Contributing

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.

Contributing Guidelines

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

GitHub Copilot customization

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