Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 1.26 KB

CONTRIBUTING.md

File metadata and controls

21 lines (15 loc) · 1.26 KB

How to contribute

To contribute you'll need to follow the Angular commit message convention, then:

General instructions

  1. Fork our develop branch
  2. Create a branch describing your contribution for instance: git checkout -b feat/updateAttributes
  3. Submit your work as a pull request by deeply documenting changes

Special case for contribution on ontologies

If contributing to ontologies, please also:

  1. Use the Protégé tool for editing
  2. Generate both owl/xml and rdf/xml syntax of your ontology
  3. Generate an image of your ontology by:
    1. Generating a raw Protégé's Ontograf plugin DOT file, by expanding all StoreConnect notions (and so have the first external notions displayed).
    2. Enhance it by using the enhance-dot-ontograf tool
    3. Finally generate the image via the DOT suite tool (see enhance-dot-ontograf tool for more details)
  4. Generate the HTML documentation of your ontology by following instructions here