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 b73b008 commit b95b7b6Copy full SHA for b95b7b6
.github/pull_request_template.md
@@ -1,9 +1,11 @@
1
+**PR Title Format:** Problem no.Problem name.cpp
2
+
3
4
### Intuition
5
<!-- Explain your thought process and initial approach to the problem -->
6
7
8
-
9
### Approach
10
<!-- Describe your solution approach in detail -->
11
@@ -14,10 +16,7 @@
14
16
```cpp
15
17
// Your code goes here
18
-```
19
20
+```
21
22
23
## Related Issues
@@ -26,7 +25,7 @@
26
25
27
28
**By submitting this PR, I confirm that:**
29
-- [ ] This is my original work not totally AI genearted
+- [ ] This is my original work not totally AI generated
30
- [ ] I have tested the solution thoroughly on leetcode
31
- [ ] I have maintained proper PR description format
32
-- [ ] This is a meaningful contribution, not spam
+- [ ] This is a meaningful contribution, not spam
0 commit comments