Versions Compared

Key

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

...

In general pull request messages are just a copy of the commit message though they can be edited. One practice that has developed that has worked well is to prefix pull requests for branches other than master with their name in capital letters. We would like to continue to use this practice since it makes things easier on the reviewers and committers. This can be done in the actual commit message or by editing the pull request message (pull requester's choice). This is an example:

Code Block
themeMidnight
STABLE-6: Short description

Long description, multiple lines.

OXT-X, OXT-Y, etc

Singed-off-by: Jon Q. Public <jon.public@somewhere.com>

...