Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Example Commit message (80 columns)

Code Block
languagetext
titleCommit message template for contributions from Comitters
[REEF-33] Allow Tasks to initiate an Evaluator Heartbeat
  This adds the class HeartBeatTriggerManager which can be used by a Task to
  initiate an Evaluator Heartbeat. It is used by injecting it into the Task.
 
JIRA:
  [REEF-33] https://issues.apache.org/jira/browse/REEF-33
 
Pull Request:
  Closes #24

Sometimes, we get pull requests from outside contributors and the Git metadata doesn't contain the proper authorship information. In that case, please add the author information to the commit message, like so:

Code Block
languagetext
titleCommit message template for contributions from external contributors
[REEF-33] Allow Tasks to initiate an Evaluator Heartbeat
  This adds the class HeartBeatTriggerManager which can be used by a Task to
  initiate an Evaluator Heartbeat. It is used by injecting it into the Task.
 
JIRA:
  [REEF-33] https://issues.apache.org/jira/browse/REEF-33
 
Pull Request:
  Closes #24
 
Author:
  AuthorName AuthorEmail

...