Skip to content

how to update

Bradley Huffaker edited this page Oct 7, 2020 · 1 revision

Stepping for updating

Internal Contributors

  1. select a name of your update. it could be for a single file or for a group of files
  2. create a branch for your update branching in a nutshell
  3. create an issue for your update mastering issues, with a pointer to your branch
  4. update / create the files in place as necessary.
  5. 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.
  6. when you are finished, make a pull request against master
    • someone will review the pull request

External Contributors

  1. Fork the catalog-data repo fork overview
  2. update / create the files in place as necessary.
  3. 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.
  4. when you are finished, make a pull request