Files
CommonCoreOntologies/documentation/contributing/README.md
2025-03-28 14:40:41 -04:00

815 B

Instructions for contributors who are creating new terms as part of a pull request.

Before starting work, you'll need to record the IRIs that you need in a csv file that is hanging out on a separate branch.

To this end:

  1. Navigate to the IRI Registry branch here: https://github.com/CommonCoreOntology/CommonCoreOntologies/tree/iri-registry-branch
  2. Open the file iri-registry.csv located in the documentation/contributing/ directory and navigate to the bottom row of the file.
  3. On the next empty bottom row, add the next IRI as an increment from the last one, your name, the date, and associated issue to the next available IRI(s).
  4. Commit your changes to the IRI Registry Branch but do not open a PR.
  5. Now you can open a new branch to execute your work using the IRIs that you have registered.