From b7e7ee9f733f32b64403167ea184a6353120cdf1 Mon Sep 17 00:00:00 2001 From: bitterpanda Date: Mon, 28 Jul 2025 18:53:19 +0000 Subject: [PATCH] Update .github/CONTRIBUTING --- .github/CONTRIBUTING | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING b/.github/CONTRIBUTING index 78e0820..1fd93f8 100644 --- a/.github/CONTRIBUTING +++ b/.github/CONTRIBUTING @@ -14,7 +14,7 @@ Report issues on our [GitHub Issues page](https://github.com/AikidoSec/safe-chai 1. Fork and clone the repository 2. Create a descriptive branch name -3. Make your changes following existing code style +3. Make your changes following the existing code style 4. Add tests for your changes 5. Run `npm test` and `npm run lint` 6. Push and create a pull request