Skip to content
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

versatile-data-kit: add link to architecture to contributing.md #3071

Merged
merged 1 commit into from
Feb 1, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,12 @@ What this means for your workflow is that when you want to work on a specific pr
This should make it easier to focus on your specific task without getting lost in the entire codebase.


# Design Principles
# Design Principles and Architecture
[Familiarize with Versatile Data Kit Design Principles](https://github.com/vmware/versatile-data-kit/wiki/Design-Principles).
We want to prioritize user-centered development, seamless user experience, and data-centric interfaces.

[Familiarize with Versatile Data Kit Architecture](https://github.com/vmware/versatile-data-kit/tree/main/specs/architecture)

# Coding Standard
See [Versatile Data Kit Coding Standard](https://github.com/vmware/versatile-data-kit/wiki/Coding-Standard).

Expand Down
Loading