Versions Compared

Key

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

...

  • /issue add JDK-4567890
  • /issue add 4567890
  • /issue add 1234567,4567890
  • /issue remove JDK-4567890

/summary

Syntax

/summary .*

Description

Add a summary section to the resulting commit message of the pull request. For details on the commit message syntax, see JEP 357.

Examples

  • /summary This is a one-line summary
  • /summary
    This is a multi-line summary.
    You can add as many lines as you like.
  • /summary
    This is a multi-line, multi-paragraph summary.
    You can have as many lines and as many paragraphs as you like.

    This is the first line second paragraph,
    and this is the second line in the second paragraph.

/contributor

Syntax

/contributor (add|remove) Full Name <email@address>

...