Skip to content

Commit df92f81

Browse files
authored
Update README.md
1 parent 400c3b1 commit df92f81

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ Thank you for considering contributing to **LeetCode-Solutions**! This repositor
3030
├── 2 Sum - Solution.py
3131
├── 2 Sum - Explanation.md
3232
```
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+
3336
5. **Commit your changes**: Use the following format for commit messages:
3437
```sh
3538
git commit -m "Solution #num - Creator/Edited - Date - commit #num"
@@ -52,6 +55,8 @@ Thank you for considering contributing to **LeetCode-Solutions**! This repositor
5255
- **Discussions**: Use GitHub Issues for bug reports, feature requests, or discussions before implementing major changes.
5356
- **Documentation**: Ensure that the `Explanation.md` file is well-written and clearly explains the approach used in the solutions.
5457

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+
5560
## 🚀 Issue Tracking
5661

5762
- 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

Comments
 (0)