CPSC 480 SE Git Commit Messages
Across
- 2. Use the ______ tense for the commit message, describing what the change does
- 5. Include the ______ number if the commit fixes a known issue in tracking systems
- 6. The first line of a commit message should be a short ______, describing the change
- 8. The commit message should provide ______ about the changes made
- 11. Write commit messages in the ______ grammatical mood, like "Fix bug"
- 13. The first letter of the commit subject should be ________
- 14. Avoid using ______ person perspective; describe changes without "I" or "We"
- 15. Separate the subject line from the body with a _____ line
- 16. Commit messages should primarily focus on explaining ______, rather than what or how
Down
- 1. Apply a ______ style across commits to maintain readability in the history
- 3. Subject line should _______ changes briefly, ideally under 50 characters
- 4. Avoid using ______ at the end of the subject line
- 7. Commit messages should describe ______ types of changes, complete in one go
- 9. Limit for the length of the Git commit message's subject line is ____ characters
- 10. The number of characters per line recommended for wrapping the commit message body is ____ two
- 12. A tense to avoid when writing the commit message subject line is the ____ tense