mirror of
https://github.com/CommonCoreOntology/CommonCoreOntologies.git
synced 2026-04-27 03:00:27 -04:00
815 B
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:
- Navigate to the IRI Registry branch here: https://github.com/CommonCoreOntology/CommonCoreOntologies/tree/iri-registry-branch
- Open the file
iri-registry.csvlocated in the documentation/contributing/ directory and navigate to the bottom row of the file. - 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).
- Commit your changes to the IRI Registry Branch but do not open a PR.
- Now you can open a new branch to execute your work using the IRIs that you have registered.