Skip to content

Commit b95b7b6

Browse files
committed
Update pull request template
1 parent b73b008 commit b95b7b6

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.github/pull_request_template.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1+
**PR Title Format:** Problem no.Problem name.cpp
2+
3+
14
### Intuition
25
<!-- Explain your thought process and initial approach to the problem -->
36

47

58

6-
79
### Approach
810
<!-- Describe your solution approach in detail -->
911

@@ -14,10 +16,7 @@
1416
```cpp
1517
// Your code goes here
1618

17-
18-
```
19-
20-
19+
```
2120

2221

2322
## Related Issues
@@ -26,7 +25,7 @@
2625

2726

2827
**By submitting this PR, I confirm that:**
29-
- [ ] This is my original work not totally AI genearted
28+
- [ ] This is my original work not totally AI generated
3029
- [ ] I have tested the solution thoroughly on leetcode
3130
- [ ] I have maintained proper PR description format
32-
- [ ] This is a meaningful contribution, not spam
31+
- [ ] This is a meaningful contribution, not spam

0 commit comments

Comments
 (0)