Skip to content

Commit be62681

Browse files
authored
docs: update pull request template (@fehmer) (monkeytypegame#6538)
1 parent 6e4dd9d commit be62681

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

.github/pull_request_template.md

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,22 @@
66

77
- [ ] Adding quotes?
88
- [ ] 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+
1325
- [ ] Check if any open issues are related to this PR; if so, be sure to tag them below.
1426
- [ ] Make sure the PR title follows the Conventional Commits standard. (https://www.conventionalcommits.org for more info)
1527
- [ ] Make sure to include your GitHub username prefixed with @ inside parentheses at the end of the PR title.

0 commit comments

Comments
 (0)