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: README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,9 @@ Thank you for considering contributing to **LeetCode-Solutions**! This repositor
30
30
├── 2 Sum - Solution.py
31
31
├── 2 Sum - Explanation.md
32
32
```
33
+
34
+
> Note: Make sure to use this [Explanation Template](https://github.com/Dijkstra-Edu/LeetCode-Solutions/blob/master/Explanation-Template.md) as reference while writing down your explanations!
35
+
33
36
5. **Commit your changes**: Use the following format for commit messages:
@@ -52,6 +55,8 @@ Thank you for considering contributing to **LeetCode-Solutions**! This repositor
52
55
-**Discussions**: Use GitHub Issues for bug reports, feature requests, or discussions before implementing major changes.
53
56
-**Documentation**: Ensure that the `Explanation.md` file is well-written and clearly explains the approach used in the solutions.
54
57
58
+
> Note: Make sure to use this [Explanation Template](https://github.com/Dijkstra-Edu/LeetCode-Solutions/blob/master/Explanation-Template.md) as reference while writing down your explanations!
59
+
55
60
## 🚀 Issue Tracking
56
61
57
62
- If you find an issue with an existing solution or have a suggestion, please [open an issue](https://github.com/Dijkstra-Edu/LeetCode-Solutions/issues).
0 commit comments