Merge branch 'main' into copilot-custom-instructions

This commit is contained in:
Nick Trogh 2024-11-25 17:54:17 +01:00
Родитель 5aea0fb4b8 c32a292fec
Коммит bda3c3951f
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -111,7 +111,7 @@ Always use React functional components.
* Keep your instructions short and self-contained. Each instruction should be a single, simple statement. If you need to provide multiple pieces of information, use multiple instructions.
* Don't refer to external resources in the instructions, such as specific coding standards,
* Don't refer to external resources in the instructions, such as specific coding standards.
* Make it easy to share custom instructions with your team or across projects by storing your instructions in an external file. You can also version control the file to track changes over time.