X-Git-Url: https://jfr.im/git/irc/freenode/web-7.0.git/blobdiff_plain/424f8b13a3781f5bf92fe807a29d4c295de4122e..7cd640de438c7f87878e73024b60b89721ee5315:/CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 998abaa4e..034a61c8c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -80,3 +80,4 @@ A *.footerchild* should contain at least 3 items, it just look silly otherwise. ### JS JavaScript should be used sparsely and should not break the usability of the site for browsers without JavaScript - For style, follow [JavaScript Standard Style](https://standardjs.com/) +- Document with [jsdoc](http://usejsdoc.org/) at least to describe what every function does