datacamp / courses-introduction-to-version-control-with-git

Introduction to Version Control with Git by DataCamp
Other
57 stars 68 forks source link

Update the hints and the grader | Chapter 1 Exercise 12 #30

Closed Hadrien-lcrx closed 5 years ago

Hadrien-lcrx commented 6 years ago

In How do I write a better log message?, the hints are incoherent: they first match the instructions about not using the -m command, and then give an example where the -m command is used. Additionally, the exercise will complete even if the commit is aborted due to the absence of log message, or if the commit is done using the -m command.

Suggestion

Update the hints, the grader, and provide a template log message that should be added.

Screenshots

Incoherent hints

image

Exercise completes when commit is aborted

image

Exercise completes when using -m

image

Cf gregor.kondla@gmail.com, #86620 Cc @bakera81

gvwilson commented 6 years ago

Could someone please unassign this issue to me - thanks.

richierocks commented 5 years ago

fixed