mirror of https://github.com/fail2ban/fail2ban
ENH(DOC): Move contributions related docs into CONTRIBUTING.md so it pops up when people file PR/issues
pushing directly without PR to trigger buildbot for master -- please pardon the rushpull/699/head
parent
3c0d6a77d2
commit
e66231f041
|
@ -0,0 +1,17 @@
|
||||||
|
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
|
20
README.md
20
README.md
|
@ -68,24 +68,12 @@ Code status:
|
||||||
Contact:
|
Contact:
|
||||||
--------
|
--------
|
||||||
|
|
||||||
### You found a severe security vulnerability in Fail2Ban?
|
### Bugs, feature requests, discussions?
|
||||||
email details to fail2ban-vulnerabilities at lists dot sourceforge dot net .
|
See [CONTRIBUTING.md](https://github.com/fail2ban/fail2ban/blob/master/CONTRIBUTING.md)
|
||||||
|
|
||||||
### 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
|
|
||||||
|
|
||||||
### You just appreciate this program:
|
### You just appreciate this program:
|
||||||
send kudos to the original author ([Cyril Jaquier](mailto: Cyril Jaquier <cyril.jaquier@fail2ban.org>)
|
send kudos to the original author ([Cyril Jaquier](mailto: Cyril Jaquier <cyril.jaquier@fail2ban.org>))
|
||||||
or better to the [mailing list](https://lists.sourceforge.net/lists/listinfo/fail2ban-users)
|
or *better* to the [mailing list](https://lists.sourceforge.net/lists/listinfo/fail2ban-users)
|
||||||
since Fail2Ban is "community-driven" for years now.
|
since Fail2Ban is "community-driven" for years now.
|
||||||
|
|
||||||
Thanks:
|
Thanks:
|
||||||
|
|
Loading…
Reference in New Issue