From 26d2e56ddb4607eb2c6f90ca3fcd46e2449dfdc3 Mon Sep 17 00:00:00 2001 From: Nikos Kakonas Date: Thu, 5 May 2022 05:19:30 +0300 Subject: [PATCH] add some info to README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0a10605..bce4960 100644 --- a/README.md +++ b/README.md @@ -426,6 +426,8 @@ requires_output = True [utility functions for rules](https://github.com/nvbn/thefuck/tree/master/thefuck/utils.py), [app/os-specific helpers](https://github.com/nvbn/thefuck/tree/master/thefuck/specific/). +It is very important to write some Unit tests in file tests/rules, in order to reduce or prevent production bugs. It is also mandatory to add the new created rule in README.md file, in [How it works](#how-it-works) section, so all the users can understand what this rule does. + ##### [Back to Contents](#contents) ## Settings