From 647cd788608507c200aa480932f07690d133cc56 Mon Sep 17 00:00:00 2001 From: Ian Knowland <131308701+ianknowland@users.noreply.github.com> Date: Tue, 22 Jul 2025 16:00:14 -0400 Subject: [PATCH] Create Instructions for Creating a New Term Request.md A documentation addition that addresses one task in issue #686 --- ...uctions for Creating a New Term Request.md | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 documentation/contributing/Instructions for Creating a New Term Request.md diff --git a/documentation/contributing/Instructions for Creating a New Term Request.md b/documentation/contributing/Instructions for Creating a New Term Request.md new file mode 100644 index 00000000..649cd7ac --- /dev/null +++ b/documentation/contributing/Instructions for Creating a New Term Request.md @@ -0,0 +1,24 @@ +# Instructions for Creating a New Term Request + +1. Navigate to the [Issues](https://github.com/CommonCoreOntology/CommonCoreOntologies/issues) tab. + +2. On the top right, select “New issue”. + +3. Title the issue with the format: “New Term: [name of the proposed term]” + +4. State which ontology file the new term will be added to. + +5. Describe the scope of the term and any reasoning for its inclusion as clearly as possible. In particular, note any related terms in the relevant ontology and why they are inadequate in addressing the need that the new term supports. + +6. As best you can, include initial proposals for: + + a. Rdfs:label + + b. Definition + + c. Source + + d. Parent class + + +See Issue [#306](https://github.com/CommonCoreOntology/CommonCoreOntologies/issues/306) for an example of an existing term request that meets these criteria.