diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..8a4e256 --- /dev/null +++ b/CONTRIBUTING.md @@ -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.