Skip to content

Commit 8f16df1

Browse files
Update README.md
1 parent a826f91 commit 8f16df1

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

README.md

+24-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,29 @@
11
# Pull Request Quantifier
22
![.NET Core Build](https://github.com/microsoft/PullRequestQuantifier/workflows/.NET%20Core%20Build/badge.svg)
3-
- TODO
3+
4+
A highly customizable tool to quantify a pull request within a repository context.
5+
6+
## Quick Start
7+
## Clients
8+
## Developing
9+
10+
PullRequestQuantifier uses `netstandard2.1` for the main library(PullRequestQuantifier.Client) and `netcoreapp3.1` for the unit tests (Xunit).
11+
12+
### Build
13+
14+
From the root directory
15+
16+
```
17+
dotnet build .\PullRequestQuantifier.sln
18+
```
19+
20+
### Test
21+
22+
From the root directory
23+
24+
```
25+
dotnet test .\PullRequestQuantifier.sln
26+
```
427

528
## Contributing
629

0 commit comments

Comments
 (0)