You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/pull_request_template.md
+17-7Lines changed: 17 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,21 @@
1
1
### Description
2
2
3
-
<!-- Please describe the change(s) made in your PR -->
3
+
<!--
4
+
Please describe the change(s) made in your PR:
5
+
- explain the problem being solved
6
+
- for bug fixes without an open issue, include steps to reproduce the issue
7
+
- summarize the approach taken
8
+
9
+
Use your own words. Do not rely on AI-generated descriptions.
10
+
They do not demonstrate your understanding of the problem or the solution.
11
+
Writing the description yourself helps you verify the scope of your work and
12
+
helps us better understand your intent, reasoning and level of insight.
13
+
-->
4
14
5
15
### Checks
6
16
7
17
-[ ] Adding quotes?
18
+
- Make sure to follow the [quotes documentation](https://github.com/monkeytypegame/monkeytype/blob/master/docs/QUOTES.md)
8
19
-[ ] Make sure to include translations for the quotes in the description (or another comment) so we can verify their content.
9
20
-[ ] Adding a language?
10
21
- Make sure to follow the [languages documentation](https://github.com/monkeytypegame/monkeytype/blob/master/docs/LANGUAGES.md)
@@ -32,14 +43,13 @@
32
43
33
44
<!-- label(optional scope): pull request title (@your_github_username) -->
34
45
35
-
<!-- I know I know they seem boring but please do them, they help us and you will find out it also helps you.-->
46
+
<!-- I know I know they seem boring but please do them, they help us and you will find out it also helps you.-->
36
47
37
48
Closes #
38
49
39
-
<!-- the issue(s) your PR resolves if any (delete if that is not the case) -->
40
-
<!-- please also reference any issues and or PRs related to your pull request -->
41
-
<!-- Also remove it if you are not following any issues. -->
50
+
<!-- The issue(s) your PR resolves if any (delete if that is not the case) -->
51
+
<!-- Please reference any issues and/or PRs related to your pull request -->
42
52
43
-
<!--pro tip: you can mention an issue, PR, or discussion on GitHub by referencing its hash number e.g: [#1234](https://github.com/monkeytypegame/monkeytype/pull/1234) -->
53
+
<!--Pro tip: you can mention an issue, PR, or discussion on GitHub by referencing its hash number, e.g.: [#1234](https://github.com/monkeytypegame/monkeytype/pull/1234) -->
44
54
45
-
<!--pro tip: you can press . (dot or period) in the code tab of any GitHub repo to get access to GitHub's VS Code web editor Enjoy! :) -->
55
+
<!--Pro tip: you can press . (dot or period) in the code tab of any GitHub repo to get access to GitHub's VS Code web editor. Enjoy! :) -->
0 commit comments