From b0f300e61bc2702c962d84e88616fcf97f5ea916 Mon Sep 17 00:00:00 2001 From: Daniel Imms <2193314+Tyriar@users.noreply.github.com> Date: Thu, 29 May 2025 06:00:41 -0700 Subject: [PATCH] Add instructions to help Copilot coding agent --- .github/copilot-instructions.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/copilot-instructions.md diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md new file mode 100644 index 00000000..38944ae8 --- /dev/null +++ b/.github/copilot-instructions.md @@ -0,0 +1,10 @@ +This is a TypeScript-based repository with a Ruby client for certain API endpoints. It includes several sub projects called addons which are built separately. It contains a demo application which showcases the functionality of the project. + +Please follow these guidelines when contributing: + +## Development Flow + +- Install dependencies: `npm install && npm run setup` +- Build and bundle demo: `npm run build && npm run esbuild` +- Run unit tests: `npm run test-unit` +- Run playwright-based integration tests: `npm run test-integration`