To contribute you'll need to follow the Angular commit message convention, then:
- Fork our develop branch
- Create a branch describing your contribution for instance:
git checkout -b feat/updateAttributes
- Submit your work as a pull request by deeply documenting changes
If contributing to ontologies, please also:
- Use the Protégé tool for editing
- Generate both
owl/xml
andrdf/xml
syntax of your ontology - Generate an image of your ontology by:
- Generating a raw Protégé's Ontograf plugin DOT file, by expanding all StoreConnect notions (and so have the first external notions displayed).
- Enhance it by using the enhance-dot-ontograf tool
- Finally generate the image via the DOT suite tool (see enhance-dot-ontograf tool for more details)
- Generate the HTML documentation of your ontology by following instructions here