From 211bbf3fb1005de449986349a4de212e21d81eb4 Mon Sep 17 00:00:00 2001 From: Sotiris Roussis Date: Mon, 20 Mar 2017 20:55:07 +0200 Subject: [PATCH 1/5] Added missing anchors on README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index b3fe73ae7..4673efb63 100644 --- a/README.md +++ b/README.md @@ -281,6 +281,9 @@ Use it on your own networks or with the permission of the network's owner only.< - Goyfilms → Goyscript - [Kcdtv] → WPSPin + +[Requirements]: #requirements +[Supported Languages]: #supported-languageĻƒ [Banner]: /imgs/banners/airgeddon_banner.png "We will conquer the earth!!" [English]: /imgs/flags/us.png "English" From 5df19f91beebe7fefc23495e236679c77e20f384 Mon Sep 17 00:00:00 2001 From: Sotiris Roussis Date: Mon, 20 Mar 2017 20:56:13 +0200 Subject: [PATCH 2/5] Added new compatible Arch Linux version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4673efb63..740d4f440 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ Compatible with any Linux distribution that has installed the tools needed. The
  • Gentoo 20160514 and 20160704
  • Fedora 24
  • Red Hat 7 (Maipo)
  • -
  • Arch 4.6.2-1 to 4.10.3-1
  • +
  • Arch 4.6.2-1 to 4.10.4-1
  • Raspbian 7 (Wheezy) and 8 (Jessie) (Raspberry Pi)
  • OpenMandriva LX3
  • From 4841f5f3c64865fb57c63fce0378640e1331dfba Mon Sep 17 00:00:00 2001 From: Sotiris Roussis Date: Mon, 20 Mar 2017 20:57:43 +0200 Subject: [PATCH 3/5] Corrected anchor on README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 740d4f440..a934e96bf 100644 --- a/README.md +++ b/README.md @@ -283,7 +283,7 @@ Use it on your own networks or with the permission of the network's owner only.< [Requirements]: #requirements -[Supported Languages]: #supported-languageĻƒ +[Supported Languages]: #supported-languages [Banner]: /imgs/banners/airgeddon_banner.png "We will conquer the earth!!" [English]: /imgs/flags/us.png "English" From f24b51ec7141a5b1ef0f16b6dae415f95b3cc8af Mon Sep 17 00:00:00 2001 From: Sotiris Roussis Date: Mon, 20 Mar 2017 21:01:15 +0200 Subject: [PATCH 4/5] Fixed nested list on CONTRIBUTING --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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. From 9b5088017c755dad89f31e62361123991a00165d Mon Sep 17 00:00:00 2001 From: v1s1t0r1sh3r3 Date: Tue, 21 Mar 2017 21:36:16 +0100 Subject: [PATCH 5/5] Issue template updated. More detailed. --- .github/ISSUE_TEMPLATE.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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*