summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorYaroslav Halchenko <debian@onerussian.com>2015-02-03 20:14:53 -0500
committerYaroslav Halchenko <debian@onerussian.com>2015-02-03 20:14:53 -0500
commit43a30f0ad62a9a7bce46112033ec23c34d709592 (patch)
treebcfaf510fbd8013dda70edb576de30dfccf382e9 /CONTRIBUTING.md
parent991096e599cbdc3e1512a84c3b286c96bde8abec (diff)
downloadfail2ban-43a30f0ad62a9a7bce46112033ec23c34d709592.tar.gz
Added to CONTRIBUTING.md minimal guidelines for PRs
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md10
1 files changed, 10 insertions, 0 deletions
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)