CONTRIBUTING
author Kim Alvefur <zash@zash.se>
Thu, 27 Jan 2022 21:14:22 +0100
changeset 12224 25b853e64d83
parent 9950 ceaca48a7e6d
permissions -rw-r--r--
util.format: Skip control code escaping when doing full serialization Fixes that a multi-line string ended up "like\ \9this" instead of "like\nthis" as can be demonstrated by somehow initiating a connection to a HTTP server.

Thanks for your interest in contributing to the project!

There are many ways to contribute, such as helping improve the
documentation, reporting bugs, spreading the word or testing the latest
development version.

You can find more information on how to contribute at <https://prosody.im/doc/contributing>

See also the HACKERS and README files.