Skip to content

Commit 9f4433e

Browse files
feat: Add Pull Request template (#464)
Add a PR template to make it easier for contributors to submit PRs with all the necessary information.
1 parent 647970c commit 9f4433e

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
Example:
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

Comments
 (0)