Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions .github/copilot-instructions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# GitHub Copilot Instructions

This file provides guidelines and configuration instructions for using GitHub Copilot in this repository.

## Usage Guidelines

- Use Copilot to assist with code suggestions, but always review and verify generated code.
- Ensure that Copilot-generated code adheres to the project's coding standards and best practices.
- Do not commit sensitive information or credentials suggested by Copilot.
- If Copilot suggests code that you do not understand, seek clarification or review documentation before using it.

## Configuration

- Copilot is enabled for this repository.
- You may configure Copilot settings in your personal or organization account as needed.

## Further Reading

- [GitHub Copilot Documentation](https://docs.github.com/en/copilot)
- [Copilot for Business](https://docs.github.com/en/copilot/overview-of-github-copilot/copilot-for-business)

<!-- Customize these instructions as appropriate for your project. -->