Skip to content

Commit c1520d3

Browse files
committed
Fix links
1 parent 37ac99e commit c1520d3

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

.github/pull_request_template.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -19,24 +19,24 @@
1919
- [ ] Make sure to include translations for the quotes in the description (or another comment) so we can verify their content.
2020
- [ ] Adding a language?
2121
- 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)
2525
- [ ] Adding a theme?
2626
- 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)
3030
- [ ] Add some screenshots of the theme, especially with different test settings (colorful, flip colors) to your pull request
3131
- [ ] Adding a layout?
3232
- [ ] 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)
3535
- [ ] Adding a font?
3636
- 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)
4040
- [ ] Check if any open issues are related to this PR; if so, be sure to tag them below.
4141
- [ ] Make sure the PR title follows the Conventional Commits standard. (https://www.conventionalcommits.org for more info)
4242
- [ ] Make sure to include your GitHub username prefixed with @ inside parentheses at the end of the PR title.

0 commit comments

Comments
 (0)