Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 847 Bytes

CONTRIBUTING.md

File metadata and controls

20 lines (11 loc) · 847 Bytes

This intellectual work is Copyright (C) 2021 Bjorn Cole. It is licensed under GPL v3 with intent to retain strong copyleft properties. Contributions are welcome with the understanding that code contributed directly back to this repository via merges or pull requests will also be understood to have copyright ownership transferred to Bjorn Cole.

Forking the code is welcome, as is creating derivative work for SysML v2 semantic interpretation. In order to contribute to this repository, please contact Bjorn at [email protected].

Pull requests are the preferred method of code modification submission.

Getting Setup

Update submodules and install the packages in editable mode by running the setup command:

anaconda-project run setup

Run the code linters:

anaconda-project run lint

Run the tests:

anaconda-project run test