Question 011
### How can you provide GitHub Copilot with context to generate tailored responses for your repository?
> https://docs.github.com/en/enterprise-cloud@latest/copilot/customizing-copilot/adding-custom-instructions-for-github-copilot
1. [x] By creating a file named `.github/copilot-instructions.md` in the repository
1. [ ] By sending an email to GitHub support with your project details
1. [ ] By modifying the `.gitconfig` file to include custom instructions
> Modifying the `.gitconfig` file does not provide custom instructions to GitHub Copilot.
1. [ ] By creating a GitHub issue named `copilot-instructions` in the repository with the necessary context
> Creating a GitHub issue does not provide custom instructions to GitHub Copilot.