Added to CONTRIBUTING.md minimal guidelines for PRs

pull/933/head
Yaroslav Halchenko 2015-02-03 20:14:53 -05:00
parent 991096e599
commit 43a30f0ad6
1 changed files with 10 additions and 0 deletions

View File

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