COVESA / COVESA/vdm

Create directory structure

Open
#4 3 comments 0 reactions 1 assignee Claimed by @cpodalak View on GitHub
Dominant language
No language data
Stars
8
Forks
2
PR merge metrics
No merged PRs in 30d

Description

There is no right or wrong structure at this point. We can always adapt as needed.
```
vdm/
├── spec/ # Specification files only
│ ├── foundations/ # Core spec foundations
│ │ ├── directives.graphql # GraphQL directives
│ │ ├── units.graphql # Unit definitions
│ │ ├── scalars.graphql # Scalar types
│ │ └── common.graphql # Common types and patterns
│ ├── domains/ # Domain-specific specifications
│ └── queries/ # Query definitions and schema
├── docs/ # Documentation and resources
│ ├── examples/ # Example specifications
│ ├── templates/ # Reusable spec templates
│ ├── user-guides/ # User documentation
|── resources/
│ └── vss-migrated/ # VSS migration resources
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.