njlyon0 / dndR

Dungeons & Dragons Functions for Players and Dungeon Masters
https://njlyon0.github.io/dndR/
Other
16 stars 2 forks source link

Add Style Guide to Contributing Guidelines #17

Closed njlyon0 closed 3 months ago

njlyon0 commented 3 months ago

The title of this issue basically says it all but I need to add a style guide and the contributing guidelines seems like a good place to do it. The main bit of the style guide is just that functions/arguments should be in snake case (lowercase separated by underscores)

njlyon0 commented 3 months ago

Done!

Added style guide to CONTRIBUTING.md and refined its format slightly (no empty lines between bullets)