summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
blob: b8783b01fa978b536c924ccd23708d34d3975d0b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Guidelines on Fail2Ban contributions
====================================

### You found a severe security vulnerability in Fail2Ban?
email details to fail2ban-vulnerabilities at lists dot sourceforge dot net .

### You need some new features, you found bugs?
visit [Issues](https://github.com/fail2ban/fail2ban/issues)
and if your issue is not yet known -- file a bug report. See
[Fail2Ban wiki](http://www.fail2ban.org/wiki/index.php/HOWTO_Seek_Help)
on further instructions.

### You would like to troubleshoot or discuss?
join the [mailing list](https://lists.sourceforge.net/lists/listinfo/fail2ban-users)

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