Skip to content

Commit

Permalink
Improve CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lampajr committed Mar 26, 2024
1 parent 23501c7 commit f063170
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,14 @@ dotnet test ./tests/Kiota.Tests/
dotnet test ./tests/Kiota.Builder.Tests
```

## Try out the generator

You can try out the generator including your local changes by running:

```sh
dotnet run -c Release --project src/kiota/kiota.csproj -- <arguments you would pass>
```

## Contributing Code

1. Fork the repository and clone it to your local machine.
Expand Down

0 comments on commit f063170

Please sign in to comment.