Tool
Tool / Schema Name: CIM/ENTSO-E
YAML file: data_schemas/cim_entso_e.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
main branch of this
repository. Title it: Fill out data schema sheet: CIM/ENTSO-E.
- 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/cim-entso-e
- 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/cim_entso_e.yaml
git commit -m "Fill out data schema sheet: CIM/ENTSO-E"
git push origin fill-schema/cim-entso-e
- 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/cim_entso_e.yaml
Questions? Comment on this issue.
Tool
Tool / Schema Name: CIM/ENTSO-E
YAML file:
data_schemas/cim_entso_e.yamlAssigned to:
Instructions for the Tool Owner
Your tool already has a placeholder YAML file in
data_schemas/. Please fillit out and submit a Pull Request. Pick the option below that fits your access
level.
Option A — Fork & Pull Request (external contributors)
data_schemas/sienna_data_model.yaml).<...>placeholder with real information.Use
~(YAML null) for fields that don't apply.mainbranch of thisrepository. Title it:
Fill out data schema sheet: CIM/ENTSO-E.Option B — Branch & Pull Request (contributors with write access)
main:git checkout main && git pull git checkout -b fill-schema/cim-entso-e# e.g., open data_schemas/sienna_data_model.yaml in your editor<...>placeholder, then commit and push:git add data_schemas/cim_entso_e.yaml git commit -m "Fill out data schema sheet: CIM/ENTSO-E" git push origin fill-schema/cim-entso-emain.Link this issue in your PR description.
After Opening the PR
YAML Linting
CI will lint your file automatically. To check locally before pushing:
Questions? Comment on this issue.