# Contribution Guidelines ## Creating issues Issues should be made by using the [issue tracker](https://github.com/cachethq/Cachet/issues). Things to remember: - Be descriptive - Be respectful of others ## Languages When needing to add labels, placeholders or general text, you **must not** write directly into the source file, rather make use of the `./app/lang/` directory. Always provide the English translation and copy your English string to all other languages - making sure that the indentation and alignment of the arrays are updated. ## Coding Standards Please follow existing coding standards: ```php