codeGuidelines

This commit is contained in:
Darren
2022-02-01 11:05:48 -05:00
committed by GitHub
parent 1b56fc1711
commit 0615d523f5

4
CONTRIBUTING.md Normal file
View File

@@ -0,0 +1,4 @@
- Write in camelCase, not snake_case.
- Make sure your lavalink is accessible via public. you can test this by doing `dig @1.1.1.1 example.com`
- Do not push to master/main without testing your changes first, make a branch
if you have to.