mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-08-25 10:33:38 +02:00
Fill in basic CONTRIBUTING.md
Basic info
This commit is contained in:
parent
f0a8aa0c9c
commit
265688a342
1 changed files with 6 additions and 0 deletions
6
CONTRIBUTING.md
Normal file
6
CONTRIBUTING.md
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
# 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.
|
Loading…
Add table
Add a link
Reference in a new issue