-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
7 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
## Commit Messages | ||
- Short subject line: Keep the first line (subject) brief and descriptive, aiming for under 50 characters. | ||
- Imperative mood: Use verbs in the present tense, like "Add", "Fix", "Update". | ||
- Capitalization: Capitalize the first letter of the subject line. | ||
- Blank line separation: Use a blank line to separate the subject from the body explanation. | ||
- Detailed body (optional): If needed, provide further context and reasoning in the body, wrapping lines at around 72 characters. | ||
- No period at the end: Do not end the subject line with a period. |