-
Notifications
You must be signed in to change notification settings - Fork 64
chore: fix readme and add copilot instructions #4487
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates the dataflow package documentation by correcting test file paths in the README and adding comprehensive Copilot instructions for package contributors.
- Updates all test reference links in README from old
src/__tests__/*.tspaths to newtests/*.spec.tspaths - Adds a new
.github/copilot-instructions.mdfile documenting architecture, patterns, and development workflows
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| packages/dataflow/README.md | Updates 28 test file reference links to point to the correct tests/*.spec.ts location after test directory restructuring |
| packages/dataflow/.github/copilot-instructions.md | Adds comprehensive documentation covering architecture, coding patterns, build workflows, and TypeScript configuration |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
c1d3d41 to
636e38e
Compare
Signed-off-by: Gordon Smith <GordonJSmith@gmail.com>
Checklist:
Testing: