X-Git-Url: https://jfr.im/git/irc/freenode/web-7.0.git/blobdiff_plain/149f86f55432bf6d75d01141740db187c6f3a7ca..96af768f6cdee6ebdf6bbcd5de36164a3bdf737a:/CONTRIBUTING.md?ds=sidebyside 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