We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a826f91 commit 8f16df1Copy full SHA for 8f16df1
1 file changed
README.md
@@ -1,6 +1,29 @@
1
# Pull Request Quantifier
2

3
-- TODO
+
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
23
24
25
+dotnet test .\PullRequestQuantifier.sln
26
27
28
## Contributing
29
0 commit comments