-
Notifications
You must be signed in to change notification settings - Fork 82
Structure of AixLib repository
Peter Remmen edited this page Feb 12, 2016
·
9 revisions
The AixLib repository has two major, permanently existing branches:
-
master - This branch should always be a stable version and equal to the latest release, it follows the rules of Semantic Versioning. The latest release is al There are only two reasons to send a pull request to the master
-
You want to fix a bug
-
You want to publish a new release
-
development - This branch is intended as the base branch for development of new or improvment of existing features.
In a given period of time stable features are merged into the master to publish a new release. In the milestone section the targets of each relase are documented.
- Getting started
-
Modeling and simulation guide
- Modelica guidelines
- How to Modelica
- Important tools around AixLib
- Move from HeatPump to ModularReversible
-
Contribution guide
- Git Workflow
- Structure of Repository
- Behind the Scenes
- Contribute to AixLib
- Testing and model quality management
- Requirements
- Test Management
- Continuous Integration