Skip to content

Commit

Permalink
chayom changes
Browse files Browse the repository at this point in the history
  • Loading branch information
shacharPash committed Sep 27, 2023
1 parent 41ce42b commit 60510b9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,9 @@ Here's how to get started with your code contribution:
3. Write your tests

4. Use the `docker run -p 6379:6379 -it redis/redis-stack-server:edge` as your local environment for running the functional tests. You can also use Development Container as described below.
5. run `dotnet format` to make sure your code is formatted correctly
5. Run dotnet format to make sure your code is formatted
6. Make sure your tests pass using `dotnet test`
7. Push your changes to GitHub
8. Open a pull request
7. Open a pull request

## Development Container

Expand Down

0 comments on commit 60510b9

Please sign in to comment.