mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2024-11-10 17:04:49 +08:00
Update pull_request_template.md
This commit is contained in:
parent
f18b130117
commit
b7d3c67567
1 changed files with 14 additions and 1 deletions
15
.github/pull_request_template.md
vendored
15
.github/pull_request_template.md
vendored
|
@ -1,5 +1,18 @@
|
|||
Adding a language or a theme? For languages, make sure to edit the `_list.json`, `_groups.json` files, and add the `language.json` file as well. For themes, make sure to add the `theme.css` file. It will not work if you don't follow these steps!
|
||||
|
||||
Please reference any issues related to your pull request.
|
||||
Please reference any issues and or PRs related to your pull request.
|
||||
|
||||
If your change is visual (mainly themes) it would be extra awesome if you could include a screenshot.
|
||||
|
||||
<!-- pro tip: you can check checkboxes by putting an x inside the brackets [x] -->
|
||||
|
||||
### Checklist <!-- please check the items you have completed -->
|
||||
- [] I have read the [`Code Of Conduct`](/CODE_OF_CONDUCT.md)
|
||||
- [] I viewed the [`Contributing file`](/CONTRIBUTING.md)
|
||||
- [] If my PR is a new language or theme I modified the appropriate files to incorporate the language or theme
|
||||
- [] I checked if my PR has any bugs or other issues that could reduce the stability of the project
|
||||
- [] I understand that the maintainer has the right to reject my PR and it may not get accepted.
|
||||
|
||||
<!-- the issue(s) your PR resolves if any -->
|
||||
|
||||
Resolves #
|
||||
|
|
Loading…
Reference in a new issue