-
-
Notifications
You must be signed in to change notification settings - Fork 216
Description
The "Development process" section in README.md
would benefit from better documentation for contributors working to add or update datasets or dataset metadata. While we have robust technical infrastructure (build_datapackage.py
, taplo.toml
etc.) for handling metadata, the documentation doesn't adequately explain how to add metadata or verify linting (related to #663). README.md
might also be a good place for a high-level description of the dataset metadata workflow.
There is already some existing documentation in build_datapackage.py
, and we might consider referencing some of this in README.md
. Also, the taplo checks / formatting process might also be included.
From README.md:
Development process
Install dependencies with
npm install
.
@dangotbanned would you have any suggestions and/or want to take a crack at this?