diff options
author | Vsevolod Stakhov <vsevolod@rspamd.com> | 2023-09-01 08:58:43 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-01 08:58:43 +0100 |
commit | 637e627bc6f1a31ca58817b3196918eba8afb938 (patch) | |
tree | f838d4024b81918e8d436ef5ed456e60349ef2ae /CONTRIBUTING.md | |
parent | c4e54b4daa77bee29862a00900bede165ea16b52 (diff) | |
download | rspamd-637e627bc6f1a31ca58817b3196918eba8afb938.tar.gz rspamd-637e627bc6f1a31ca58817b3196918eba8afb938.zip |
[Minor] Update CONTRIBUTING.md
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a53c1c3ec..426c4adb6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -32,11 +32,11 @@ The best way to ask a question and to get a relevant reply is the mailing list: If chat is more your speed, you can join the Rspamd developers and users using Telegram or IRC: * [Join Rspamd telegram channel](http://t.me/rspamd) -* [Join Rspamd IRC channel](https://freenode.net/): - * server: irc.freenode.net (port 6666) +* [Join Rspamd IRC channel](https://oftc.net/): + * server: ircs://irc.oftc.net:6697 * channel: #rspamd -Please bear in mind that even though tel is a chat service, sometimes it takes several hours for community members to respond — please be patient! +Please bear in mind that even though telegram/irc are chat services, sometimes it takes several hours for community members to respond — please be patient! ## How Can I Contribute? @@ -76,7 +76,7 @@ Provide more context by answering these questions: Include details about your configuration and environment: -* **Which version of Rspamd are you using?** +* **Which version of Rspamd are you using?** Use `rspamd --version` to get the detailed information about the version and the compile flags used. * **What's the name and version of the OS you're using**? * **What hardware are you using, including CPU generation**, e.g. Intel Haswell or ArmV7? If you have `gcc` installed, that could be achieved by the following command: `gcc -march=native -Q --help=target|grep march`. In Linux, you can also check `/proc/cpuinfo` file for the required details. @@ -92,7 +92,7 @@ Include details about your configuration and environment: * [Minor] - minor issue/improvement not worth to mention in ChangeLog * [Feature] - a significant feature * [Fix] - bug fix - * [CritFix] - critical bug fix + * [CritFix] - critical bug fix worth a new version releasing * [Rework] - some significant logic rework * [Config] - configuration change * [Rules] - rules change |