Skip to content

Commit 310b6cb

Browse files
authored
Update README.md
1 parent f8901db commit 310b6cb

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

README.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -350,15 +350,8 @@ The base unit of any unit should be treated as volatile as we have changed this
350350

351351
### <a name="contribute"></a>Want To Contribute?
352352

353-
This project is still early and many units and conversions are not yet covered. If you are missing something, please help by contributing or [ask for it](https://github.com/angularsen/UnitsNet/issues) by creating an issue.
354-
355-
Please read the wiki on [Adding a New Unit](https://github.com/angularsen/UnitsNet/wiki/Adding-a-New-Unit).
356-
357-
Generally adding a unit involves adding or modifying [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+
- [Adding a New Unit](https://github.com/angularsen/UnitsNet/wiki/Adding-a-New-Unit) is fairly easy to do and we are happy to help.
354+
- Want a new feature or to report a bug? [Create an issue](https://github.com/angularsen/UnitsNet/issues/new/choose) or start a [discussion](https://github.com/angularsen/UnitsNet/discussions).
362355
363356
### <a name="ci"></a>Continuous Integration
364357

0 commit comments

Comments
 (0)