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 067167a commit 689737bCopy full SHA for 689737b
README.md
@@ -32,11 +32,11 @@ Thank you for considering contributing to **LeetCode-Solutions**! This repositor
32
```
33
5. **Commit your changes**: Use the following format for commit messages:
34
```sh
35
- git commit -m "Solution #num - Creator/Edited - Date"
+ git commit -m "Solution #num - Creator/Edited - Date - commit #num"
36
37
or for explanations:
38
39
- git commit -m "Explanation #num - Creator/Edited - Date"
+ git commit -m "Explanation #num - Creator/Edited - Date - commit #num"
40
41
6. **Push your branch**:
42
0 commit comments