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
Copy file name to clipboardExpand all lines: README.md
+2-9Lines changed: 2 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -350,15 +350,8 @@ The base unit of any unit should be treated as volatile as we have changed this
350
350
351
351
### <a name="contribute"></a>Want To Contribute?
352
352
353
-
Thisprojectisstillearlyandmanyunitsandconversionsarenotyetcovered. Ifyouaremissingsomething, pleasehelpbycontributingor [askforit](https://github.com/angularsen/UnitsNet/issues) by creating an issue.
Generallyaddingaunitinvolvesaddingormodifying [Common/UnitDefinitions/*.json](Common/UnitDefinitions/) files and running [generate-code.bat](generate-code.bat) to regenerate the source code and test code stubs, then manually implementing the new unit conversion constants in the test code.
358
-
359
-
* [Fork the repo](https://help.github.com/articles/fork-a-repo)
360
-
* Do work on branches such as **feature/add-myunit** and **fix/34**
361
-
* [Create a pull request](https://help.github.com/articles/using-pull-requests)
353
+
- [AddingaNewUnit](https://github.com/angularsen/UnitsNet/wiki/Adding-a-New-Unit) is fairly easy to do and we are happy to help.
354
+
-Wantanewfeatureortoreportabug? [Createanissue](https://github.com/angularsen/UnitsNet/issues/new/choose) or start a [discussion](https://github.com/angularsen/UnitsNet/discussions).
0 commit comments