The following is a set of guidelines for contributing to Super Cooking Panic. These are mostly guidelines, not rules. Use your best judgment, and feel free to propose changes to this document in a pull request.
- Use the present tense ("Add feature" not "Added feature")
- Use the imperative mood ("Move cursor to..." not "Moves cursor to...")
- Your code should not make errors or warnings with GLuaFixer.
- Always test your code and make sure it doesn't make any error in game.
- Always prefer native Lua operators. Do not use gmod's custom operators aliases.