feat: Update README files with folder structure#93
feat: Update README files with folder structure#93ricardozanini merged 3 commits intoserverlessworkflow:mainfrom
Conversation
There was a problem hiding this comment.
Pull request overview
Adds repository/package structure documentation to help contributors navigate the monorepo and locate key components, addressing issue #9.
Changes:
- Added a top-level “Repository Structure” section to the root README.
- Added a “Key Packages” overview to the root README.
- Added a “Package Structure” section to the
serverless-workflow-diagram-editorpackage README.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| README.md | Documents top-level folder layout and provides a brief overview of key packages. |
| packages/serverless-workflow-diagram-editor/README.md | Documents the package folder structure for contributors working in the diagram editor package. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
a65c323 to
c66eb04
Compare
fantonangeli
left a comment
There was a problem hiding this comment.
Approving because my comments are minor suggestions.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Signed-off-by: Lorna Kelly <lornakelly88@gmail.com> Signed-off-by: Lorna-Kelly <lornakelly88@gmail.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Lorna-Kelly <lornakelly88@gmail.com>
6028b41 to
fb47feb
Compare
Closes
#9
Summary
Added structure documentation to both the root
READMEand theserverless-workflow-diagram-editorpackageREADMEto help contributors understand the repository organisation and locate key components.Changes: