Object Oriented Programming Project (CS F213)
- Radhesh Sarma
(2017B4A70886H) - Amogh Saxena
(2017B4A71731H) - Simran Sahni
(2017B5A70856H)
- Java
- Swing
- Netbeans IDE
The commit message:
- is written in the imperative (e.g., "Fix ...", "Add ...")
- is kept short, while concisely explaining what the commit does.
- is clear about what part of the code is affected -- often by prefixing with the name of the subsystem and a colon, like "server: ..." or "docs: ...".
- is a complete sentence, ending with a period.