|
6 | 6 |
|
7 | 7 | - [ ] Adding quotes? |
8 | 8 | - [ ] Make sure to include translations for the quotes in the description (or another comment) so we can verify their content. |
9 | | -- [ ] Adding a language or a theme? |
10 | | - - [ ] If is a language, did you edit `_list.json`, `_groups.json` and add `languages.json`? |
11 | | - - [ ] If is a theme, did you add the theme.css? |
12 | | - - Also please add a screenshot of the theme, it would be extra awesome if you do so! |
| 9 | +- [ ] Adding a language? |
| 10 | + - Make sure to follow the [languages documentation](https://github.com/monkeytypegame/monkeytype/blob/master/docs/LANGUAGES.md) |
| 11 | + - [ ] Add language to `packages/contracts/src/schemas/languages.ts` |
| 12 | + - [ ] Add language to exactly one group in `frontend/src/ts/constants/languages.ts` |
| 13 | + - [ ] Add language json file to `frontend/static/languages` |
| 14 | +- [ ] Adding a theme? |
| 15 | + - Make sure to follow the [themes documentation](https://github.com/monkeytypegame/monkeytype/blob/master/docs/THEMES.md) |
| 16 | + - [ ] Add theme to `packages/contracts/src/schemas/themes.ts` |
| 17 | + - [ ] Add theme to `frontend/src/ts/constants/themes.ts` |
| 18 | + - [ ] Add theme css file to `frontend/static/themes` |
| 19 | +- [ ] Adding a layout? |
| 20 | + - [ ] Make sure to follow the [layouts documentation](https://github.com/monkeytypegame/monkeytype/blob/master/docs/LAYOUTS.md) |
| 21 | + - [ ] Add layout to `packages/contracts/src/schemas/layouts.ts` |
| 22 | + - [ ] Add layout json file to `frontend/static/layouts` |
| 23 | + - Also please add a screenshot of the theme, it would be extra awesome if you do so! |
| 24 | + |
13 | 25 | - [ ] Check if any open issues are related to this PR; if so, be sure to tag them below. |
14 | 26 | - [ ] Make sure the PR title follows the Conventional Commits standard. (https://www.conventionalcommits.org for more info) |
15 | 27 | - [ ] Make sure to include your GitHub username prefixed with @ inside parentheses at the end of the PR title. |
|
0 commit comments