-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
fill-out-schemaFill out existing tool data schema sheetFill out existing tool data schema sheet
Description
Tool
Tool / Schema Name: Sienna/GridDB Data Model
YAML file: data_schemas/sienna-griddb_data_model.yaml
Assigned to:
Instructions for the Tool Owner
Your tool already has a placeholder YAML file in data_schemas/. Please fill
it out and submit a Pull Request. Pick the option below that fits your access
level.
Option A — Fork & Pull Request (external contributors)
- Fork this repository (click Fork at the top-right of the page).
- In your fork, open the file listed above (e.g.,
data_schemas/sienna_data_model.yaml). - Replace every
<...>placeholder with real information.
Use~(YAML null) for fields that don't apply. - Commit your changes and push them to your fork.
- Open a Pull Request from your fork back to the
mainbranch of this
repository. Title it:Fill out data schema sheet: Sienna Data Model. - Link this issue in your PR description (paste the issue URL).
Option B — Branch & Pull Request (contributors with write access)
- Create a new branch from
main:git checkout main && git pull git checkout -b fill-schema/sienna-data-model - Edit the placeholder file:
# e.g., open data_schemas/sienna_data_model.yaml in your editor - Replace every
<...>placeholder, then commit and push:git add data_schemas/sienna_data_model.yaml git commit -m "Fill out data schema sheet: Sienna Data Model" git push origin fill-schema/sienna-data-model - Open a Pull Request on GitHub targeting
main.
Link this issue in your PR description.
After Opening the PR
- A maintainer will review your sheet and may leave questions as PR comments.
- Address comments by pushing additional commits to the same branch/fork.
- Once approved the sheet is merged and this issue is closed.
YAML Linting
CI will lint your file automatically. To check locally before pushing:
pip install yamllint
yamllint -c .yamllint.yaml data_schemas/sienna_data_model.yamlQuestions? Comment on this issue.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
fill-out-schemaFill out existing tool data schema sheetFill out existing tool data schema sheet