We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 647970c commit 9f4433eCopy full SHA for 9f4433e
.github/PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,33 @@
1
+<!--
2
+ Point to the github issue number this pull request closes.
3
+ Example:
4
+
5
+ Closes #123.
6
+-->
7
8
+Closes **TODO**.
9
10
11
+ Include the LightOJ Problem url the changes are about.
12
13
14
+ Problem link: https://lightoj.com/problem/1000.
15
16
17
+Problem link: **TODO**.
18
19
+### Changes introduced in this PR
20
21
22
+ Write a summary of the changes that are included in this PR.
23
+ Examples:
24
25
+ - This PR adds an English tutorial for problem 1000.
26
+ - This PR fixes source code of the previously written
27
+ tutorial of 1000.
28
+ - This PR adds a new solution approach.
29
+ - ...
30
31
32
+**TODO**
33
0 commit comments