So far nobody else has answered. That's why I took the code standards that were stored in the old core.wiki (https://github.com/codidact/core/wiki) and combined them and re-formatted them slightly in a single CODE-STANDARDS file (https://github.com/Trilarion/qpixel/blob/updated_readme_and_installation_instructions/CODE-STANDARDS.md). I will include them in a PR request.
The reasons are:
- Although they were for a ASP.NET project, all the Commit messages, JavaScript, HTML, CSS code standards seem still to be obeyed and it's the next best thing we have (maybe they can be updated if the code standards for these areas evolved)
- The current CONTRIBUTING document points at them
- It's better do directly bundle them with the code in a single repository
- RUBY code standards still need to be provided, but that I cannot provide
- The old core project is archived