Files
enigma-bbs/CONTRIBUTING.md
Bryan Ashby 265688a342 Fill in basic CONTRIBUTING.md
Basic info
2022-02-12 18:33:04 -07:00

7 lines
329 B
Markdown

# Contributing
## Style
Though you'll see a lot of older style callback code, please utilize modern JavaScript. ES6 classes, arrow functions, and builtins.
There is almost never a reason to use `var`. Prefer `const` where you can and and `let` otherwise.
Save with UNIX line feeds, UTF-8 without BOM, and tabs set to 4 spaces.