contributing (#183)

This commit is contained in:
Darren 2022-03-03 12:53:50 -05:00 committed by GitHub
parent 3e67f886df
commit 17be448727
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

3
CONTRIBUTING.md Normal file
View File

@ -0,0 +1,3 @@
- Write in camelCase, not snake_case.
- Do not push to master/main without testing your changes first, make a branch
if you have to.