Skip to content

Commit

Permalink
Update CONTIBUTING.md (#482)
Browse files Browse the repository at this point in the history
* Update CONTIBUTING.md

* Update CONTIBUTING.md
  • Loading branch information
SpringHgui authored Jun 15, 2022
1 parent 1566b8d commit fa80c93
Showing 1 changed file with 27 additions and 1 deletion.
28 changes: 27 additions & 1 deletion CONTIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,30 @@
One of the easiest ways to contribute is to participate in discussions and discuss issues. You can also contribute by submitting pull requests with code changes.

## General feedback and discussions?
Please start a discussion on the [issue tracker](https://github.com/SkyAPM/SkyAPM-dotnet/issues).
Please start a discussion on the [issue tracker](https://github.com/SkyAPM/SkyAPM-dotnet/issues).

# Build

1. clone this repo

```
git clone https://github.com/SkyAPM/SkyAPM-dotnet.git
```

2. Setup Submodule

```
git submodule update --init
```

3. build
```
// Restore dependencies
dotnet restore
// Build Protocol
dotnet build src/SkyApm.Transport.Grpc.Protocol --no-restore
// Build
dotnet build --no-restore
// Test
dotnet test --no-build --verbosity normal --framework net6.0
```

0 comments on commit fa80c93

Please sign in to comment.