-
Notifications
You must be signed in to change notification settings - Fork 6
how to update
Bradley Huffaker edited this page Oct 7, 2020
·
1 revision
- select a name of your update. it could be for a single file or for a group of files
- create a branch for your update branching in a nutshell
- create an issue for your update mastering issues, with a pointer to your branch
- update / create the files in place as necessary.
- check that your files can be parsed and linked correctly
- run
make
in the root of this repo - the script should end with messages "writing" the compiled json files.
- run
- when you are finished, make a pull request against master
- someone will review the pull request
- Fork the catalog-data repo fork overview
- update / create the files in place as necessary.
- check that your files can be parsed and linked correctly
- run
make
in the root of this repo - the script should end with messages "writing" the compiled json files.
- run
- when you are finished, make a pull request