From a472dcbfc5a1fb7da3230c51207fca104c0f3d98 Mon Sep 17 00:00:00 2001 From: inokawa <48897392+inokawa@users.noreply.github.com> Date: Mon, 20 Nov 2023 11:06:48 +0900 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f3e0de..fd4c995 100644 --- a/README.md +++ b/README.md @@ -278,4 +278,5 @@ If you find a problem, feel free to create an [issue](https://github.com/inokawa 1. Fork this repo. 2. Run `npm install`. 3. Commit your fix. -4. Make a PR and confirm all the CI checks passed. +4. Add tests to cover the fix. +5. Make a PR and confirm all the CI checks passed.