|
19 | 19 | - [ ] Make sure to include translations for the quotes in the description (or another comment) so we can verify their content. |
20 | 20 | - [ ] Adding a language? |
21 | 21 | - Make sure to follow the [languages documentation](https://github.com/monkeytypegame/monkeytype/blob/master/docs/LANGUAGES.md) |
22 | | - - [ ] Add language to [packages/schemas/src/languages.ts](/packages/schemas/src/languages.ts) |
23 | | - - [ ] Add language to exactly one group in [frontend/src/ts/constants/languages.ts](/frontend/src/ts/constants/languages.ts) |
24 | | - - [ ] Add language json file to [frontend/static/languages](/frontend/static/languages) |
| 22 | + - [ ] Add language to [packages/schemas/src/languages.ts](https://github.com/monkeytypegame/monkeytype/blob/master/packages/schemas/src/languages.ts) |
| 23 | + - [ ] Add language to exactly one group in [frontend/src/ts/constants/languages.ts](https://github.com/monkeytypegame/monkeytype/blob/master/frontend/src/ts/constants/languages.ts) |
| 24 | + - [ ] Add language json file to [frontend/static/languages](https://github.com/monkeytypegame/monkeytype/blob/master/frontend/static/languages) |
25 | 25 | - [ ] Adding a theme? |
26 | 26 | - Make sure to follow the [themes documentation](https://github.com/monkeytypegame/monkeytype/blob/master/docs/THEMES.md) |
27 | | - - [ ] Add theme to [packages/schemas/src/themes.ts](/packages/schemas/src/themes.ts) |
28 | | - - [ ] Add theme to [frontend/src/ts/constants/themes.ts](/frontend/src/ts/constants/themes.ts) |
29 | | - - [ ] (optional) Add theme css file to [frontend/static/themes](/frontend/static/themes) |
| 27 | + - [ ] Add theme to [packages/schemas/src/themes.ts](https://github.com/monkeytypegame/monkeytype/blob/master/packages/schemas/src/themes.ts) |
| 28 | + - [ ] Add theme to [frontend/src/ts/constants/themes.ts](https://github.com/monkeytypegame/monkeytype/blob/master/frontend/src/ts/constants/themes.ts) |
| 29 | + - [ ] (optional) Add theme css file to [frontend/static/themes](https://github.com/monkeytypegame/monkeytype/blob/master/frontend/static/themes) |
30 | 30 | - [ ] Add some screenshots of the theme, especially with different test settings (colorful, flip colors) to your pull request |
31 | 31 | - [ ] Adding a layout? |
32 | 32 | - [ ] Make sure to follow the [layouts documentation](https://github.com/monkeytypegame/monkeytype/blob/master/docs/LAYOUTS.md) |
33 | | - - [ ] Add layout to [packages/schemas/src/layouts.ts](/packages/schemas/src/layouts.ts) |
34 | | - - [ ] Add layout json file to [frontend/static/layouts](/frontend/static/layouts) |
| 33 | + - [ ] Add layout to [packages/schemas/src/layouts.ts](https://github.com/monkeytypegame/monkeytype/blob/master/packages/schemas/src/layouts.ts) |
| 34 | + - [ ] Add layout json file to [frontend/static/layouts](https://github.com/monkeytypegame/monkeytype/blob/master/frontend/static/layouts) |
35 | 35 | - [ ] Adding a font? |
36 | 36 | - Make sure to follow the [fonts documentation](https://github.com/monkeytypegame/monkeytype/blob/master/docs/FONTS.md) |
37 | | - - [ ] Add font file to [frontend/static/webfonts](/frontend/static/webfonts) |
38 | | - - [ ] Add font to [packages/schemas/src/fonts.ts](/packages/schemas/src/fonts.ts) |
39 | | - - [ ] Add font to [frontend/src/ts/constants/fonts.ts](/frontend/src/ts/constants/fonts.ts) |
| 37 | + - [ ] Add font file to [frontend/static/webfonts](https://github.com/monkeytypegame/monkeytype/blob/master/frontend/static/webfonts) |
| 38 | + - [ ] Add font to [packages/schemas/src/fonts.ts](https://github.com/monkeytypegame/monkeytype/blob/master/packages/schemas/src/fonts.ts) |
| 39 | + - [ ] Add font to [frontend/src/ts/constants/fonts.ts](https://github.com/monkeytypegame/monkeytype/blob/master/frontend/src/ts/constants/fonts.ts) |
40 | 40 | - [ ] Check if any open issues are related to this PR; if so, be sure to tag them below. |
41 | 41 | - [ ] Make sure the PR title follows the Conventional Commits standard. (https://www.conventionalcommits.org for more info) |
42 | 42 | - [ ] Make sure to include your GitHub username prefixed with @ inside parentheses at the end of the PR title. |
|
0 commit comments