Please keep the issue tracker limited to feature requests.
If you have personal support or setup questions the best place to ask those is in Discord. Join the Discord community through the ladderly.io website.
- Should follow the coding style of the file you work in, most importantly:
- Tabs to indent
- Single-quoted strings
- Should be made towards the dev branch
- Should be submitted from a feature/topic branch (not your master)
- Generally, just use the defaults in your context and the correct style will flow through.
- Standard copy uses the Tailwind base font and special copy like titles or code snippets can use
Courier New
by using the global css classfont-special
.- You don't have to use the special font in your titles, but if you do, keep your page internally consistent. Don't have some headings in standard font and some in special font.