diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
index debbae106..6720d209f 100644
--- a/.github/ISSUE_TEMPLATE.md
+++ b/.github/ISSUE_TEMPLATE.md
@@ -1,3 +1,7 @@
+ - Please, answer the questions to provide maximum of info.
+ - Answer ALWAYS in english.
+ - If more info is needed and requested by airgeddon staff but there is no answer in 10 days, the issue will be closed.
+
#### What is your airgeddon version?
*Insert answer here*
@@ -12,4 +16,4 @@
#### Describe the issue and the steps to reproduce it
-*Insert description here*
+*Insert description here. Screenshots or any clarifying info are welcome too*
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 8c4ea6103..010f7ce7b 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -23,9 +23,9 @@ Please note we have a code of conduct, please follow it in all your interactions
3. Use **LF** (Unix) line break type (not CR or CRLF).
4. Use [Shellcheck] to search for errors and warnings on code. (Thanks [xtonousou] for the tip :wink:). To avoid false positive warnings you must launch shellcheck using `-x` argument to follow source files and from the directory where `airgeddon.sh` is. For example: `cd /path/to/airgeddon && shellcheck -x airgeddon.sh`
5. Increase the version numbers in `airgeddon.sh`, in [Readme] and in [Changelog] to the new version that the script represents. The versioning scheme we use is *X.YZ*. Where:
- - *X* is a major release with a new menu (e.g. WPS menu)
- - *Y* is a minor release with a new feature for an existing menu or a new submenu for an existing feature
- - *Z* is a minor release with new bug fixes, small modifications or code improvements
+ - *X* is a major release with a new menu (e.g. WPS menu)
+ - *Y* is a minor release with a new feature for an existing menu or a new submenu for an existing feature
+ - *Z* is a minor release with new bug fixes, small modifications or code improvements
6. Update the date on `.sh` and `.db` files under shebang, if appropriate.
7. Split your commits into parts. Each part represents a unique change on files.
8. Direct push to [Master] is not allowed.
diff --git a/README.md b/README.md
index b3fe73ae7..a934e96bf 100644
--- a/README.md
+++ b/README.md
@@ -102,7 +102,7 @@ Compatible with any Linux distribution that has installed the tools needed. The