Skip to content

Commit b5f4dbd

Browse files
committed
Update README.md
1 parent 581b918 commit b5f4dbd

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

README.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,30 @@
1-
[![Github license](mit.svg)](https://github.com/sharpcode-it/SharpHelpers/blob/master/LICENSE)
1+
# SharpHelpers (SharpCoding Community Library)
2+
3+
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
4+
[![Nuget](https://img.shields.io/nuget/v/SharpHelpers?style=plastic)](https://www.nuget.org/packages/SharpHelpers)
5+
[![issues - SharpHelpers](https://img.shields.io/github/issues/sharpcode-it/SharpHelpers)](https://github.com/sharpcode-it/SharpHelpers/issues)
6+
[![stars - SharpHelpers](https://img.shields.io/github/stars/sharpcode-it/SharpHelpers?style=social)](https://github.com/sharpcode-it/SharpHelpers)
27

38
|Version|Status|
49
|:-:|:-:|
510
|Develop|[![.NET Core V2](https://github.com/sharpcode-it/SharpHelpers/actions/workflows/wfnetcorev2.yaml/badge.svg?branch=develop)](https://github.com/sharpcode-it/SharpHelpers/actions/workflows/wfnetcorev2.yaml)|
611
|Master|![.NET Core](https://github.com/sharpcode-it/SharpHelpers/workflows/.NET%20Core/badge.svg?branch=master)|
712
|v1.0|![.NET Core](https://github.com/sharpcode-it/SharpHelpers/workflows/.NET%20Core/badge.svg?branch=v1.0)|
813

9-
# SharpHelpers (SharpCoding Community Library)
1014
--------------------------------------
1115
## What is this?
1216

1317
SharpHelpers is a collections of some handy code packages and tutorials to make developer's life easier.
1418

1519
Get SharpHelpers:
1620

17-
git clone git://github.com/sharpcodingIT/SharpHelpers/
21+
`git clone git://github.com/sharpcodingIT/SharpHelpers/`
1822

1923
--------------------------------------
2024
## What do i find?
2125

2226
The library contains a series of Helpers, under MIT license for use and consumption of any developer.
23-
The project contains several helpers for the manipulation and management of different types of primitive type:
27+
The project includes various helpers designed for the manipulation and management of different primitive types:
2428
- Boolean
2529
- Byte
2630
- Enum
@@ -35,6 +39,7 @@ The project contains several helpers for the manipulation and management of diff
3539
- DateTime
3640
- Regex
3741
- XmlDocument
42+
- DataTable
3843

3944
--------------------------------------
4045
## Contributing
@@ -46,6 +51,11 @@ Want to contribute? Great! Here are a few guidelines.
4651
3. All code should have a unit test. If you make a feature, there should be significant tests around the feature. If you do a bug fix, there should be a test specific to that bug so it doesn't happen again.
4752
4. Pull requests should have a single commit. If you have multiple commits, squash them into a single commit before requesting a pull.
4853
5. Try and follow the code styling already in place.
54+
55+
* [Setting up Git](https://docs.github.com/en/get-started/getting-started-with-git/set-up-git)
56+
* [Fork the repository](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/fork-a-repo)
57+
* [Open an issue](https://github.com/sharpcode-it/SharpHelpers/issues) if you encounter a bug or have a suggestion for improvements/features
58+
4959
--------------------------------------
5060
### License
5161

0 commit comments

Comments
 (0)