From 4091fdde2710bd29b1235a8b16fcbe3c7249d1e3 Mon Sep 17 00:00:00 2001 From: Lee Clemens Date: Tue, 3 Feb 2015 19:54:23 -0500 Subject: [PATCH 1/2] Update ChangeLog from PR 930 --- ChangeLog | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog b/ChangeLog index d2686386..92eb0825 100644 --- a/ChangeLog +++ b/ChangeLog @@ -66,6 +66,7 @@ ver. 0.9.2 (2014/XX/XXX) - wanna-be-released warnings (gh-934) * action.d/{sendmail-*,xarf-login-attack}.conf - report local timezone not UTC time/zone. Closes gh-911 + * Conditionally log Ignore IP with reason (dns, ip, command). Closes gh-916 ver. 0.9.1 (2014/10/29) - better, faster, stronger From 43a30f0ad62a9a7bce46112033ec23c34d709592 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Tue, 3 Feb 2015 20:14:53 -0500 Subject: [PATCH 2/2] Added to CONTRIBUTING.md minimal guidelines for PRs --- CONTRIBUTING.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a668fa3d..b8783b01 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -15,3 +15,13 @@ join the [mailing list](https://lists.sourceforge.net/lists/listinfo/fail2ban-us ### You would like to contribute (new filters/actions/code/documentation)? send a [pull request](https://github.com/fail2ban/fail2ban/pulls) + +Pull requests guidelines +======================== + +- If there is an issue on github to be closed by the pull request, include + ```Closes #ISSUE``` (where ISSUE is issue's number) + +- Add a brief summary of the change to the ChangeLog file into a corresponding + section out of Fixes, New Features or Enhancements (improvements to existing + features)