GitHub Copilot#
This project is set up to support GitHub Copilot to assist with code and documentation suggestions.
Warning
GitHub Copilot suggestions can be incorrect. As developer, you are always responsible for the code that you commit.
Project-specific Copilot instruction files are located in the .github/instructions/ directory.
If you use a supported editor like VS Code, Github Copilot will automatically use these instructions to tailor its suggestions to match our coding standards and best practices.
For details, see the Adding repository custom instructions for GitHub Copilot.
Please keep the constructions minimal and limit the scope where possible. This ensures that only relevant suggestions are taking into account. This way, suggestions take up a smaller context window, which is beneficial for performance and relevance. Refer to Writing effective repository custom instructions for more information.