From 60510b94d19d9cec491824bc25f15e604507b2ae Mon Sep 17 00:00:00 2001 From: shacharPash Date: Wed, 27 Sep 2023 14:48:56 +0300 Subject: [PATCH] chayom changes --- CONTRIBUTING.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index bb55086f..7c5e007b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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