You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Everyone have written their share of trivial conversions - or less obvious ones where you need to Google that magic constant.
@@ -133,4 +133,23 @@ This project is still early and many units and conversions are not yet covered.
133
133
134
134
Before adding new units, please read the wiki on [Adding a New Unit](https://github.com/InitialForce/UnitsNet/wiki/Adding-a-New-Unit). Other than that, we could always use more/better tests and documentation.
135
135
136
+
The repo uses [git-flow](https://github.com/nvie/gitflow) branch structure.
137
+
In practice this means:
138
+
*[Fork the repo](https://help.github.com/articles/fork-a-repo) as normal
139
+
* Checkout the default **develop** branch. There is no master branch.
140
+
* Adding a new unit
141
+
* Branch out from **develop** into **feature/MyNewUnit**
142
+
* Fixing a bug in latest release
143
+
* Branch out from **stable** into **hotfix/FixSomeBug**
144
+
*[Create a pull request](https://help.github.com/articles/using-pull-requests) as normal.
145
+
146
+
Using [git-flow extensions](https://github.com/nvie/gitflow/wiki/Installation) is recommended, but not necessary.
147
+
148
+
Continuous Integration
149
+
======================
150
+
A [TeamCity build server](http://anj.no:8500/project.html?projectId=UnitsNet&tab=projectOverview&guest=1) performs the following:
151
+
* Build and test pull requests. Notifies on success or error.
152
+
* Build and publish nuget on commits to **stable** branch.
153
+
154
+
136
155
[Contact me](https://github.com/anjdreas) if you have any questions.
0 commit comments