Skip to content

Commit b6fb7bd

Browse files
authored
Create registering IRIs.md
Moved the IRI registration instructions to a more specifically named file so the README can be used for more general contributor instructions.
1 parent 62600e7 commit b6fb7bd

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
## Instructions for Registering new IRIs in CCO
2+
3+
Before creating a pull request containing a new CCO term, developers must register the new IRIs in the csv file maintained exclusively on this separate [branch](https://github.com/CommonCoreOntology/CommonCoreOntologies/tree/iri-registry-branch/).
4+
5+
To that end:
6+
7+
1. Navigate to this [directory](https://github.com/CommonCoreOntology/CommonCoreOntologies/tree/iri-registry-branch/documentation/contributing) on the IRI Registry branch.
8+
2. Open the file `iri-registry.csv` located there and navigate to the bottom row of the file.
9+
3. In the next empty row, add the new IRI(s) as an increment from the last one. Also add your name, the date, and the associated issue number(s).
10+
4. Commit your changes directly to the IRI Registry Branch and push to origin.
11+
6. Now you can open a new branch off of `develop` to execute your work using the IRIs that you have registered.

0 commit comments

Comments
 (0)