1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-01-18 12:06:04 +00:00

add some info to README.md

This commit is contained in:
Nikos Kakonas 2022-05-05 05:19:30 +03:00
parent d8ddf5a2be
commit 26d2e56ddb

View File

@ -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