Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DragosDanielBoia committed Jan 4, 2021
1 parent a826f91 commit 8f16df1
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,29 @@
# Pull Request Quantifier
![.NET Core Build](https://github.com/microsoft/PullRequestQuantifier/workflows/.NET%20Core%20Build/badge.svg)
- TODO

A highly customizable tool to quantify a pull request within a repository context.

## Quick Start
## Clients
## Developing

PullRequestQuantifier uses `netstandard2.1` for the main library(PullRequestQuantifier.Client) and `netcoreapp3.1` for the unit tests (Xunit).

### Build

From the root directory

```
dotnet build .\PullRequestQuantifier.sln
```

### Test

From the root directory

```
dotnet test .\PullRequestQuantifier.sln
```

## Contributing

Expand Down

0 comments on commit 8f16df1

Please sign in to comment.