Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 946 Bytes

STYLEGUIDE.md

File metadata and controls

19 lines (12 loc) · 946 Bytes

Saturn Style Guide

Thank you for investing your time in contributing to our project! ✨.

New contributor guide

See the README to get an overview of the project. Here are some helpful resources to get you comfortable with open source contribution: See CONTRIBUTING for information about contributing to Saturn. Thanks for contributing to Saturn! ✨✨

Variables

PSR does not currently have recommendations for what style to write variables in, should a recommendation become available we will adapt to that standard.

For now, we ask that contributors write variables in PascalCase.

For example: $Variable or $MyVariable

Of course, plugins, themes, and extensions made by other people are not expected to follow our guides, it's your own software - do what you want! But anything in Saturn's core (including the official Control Panel plugin) should follow these guidelines.