Versions Compared

Key

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

...

What should I call my branch?

Only branches starting with “JDK-“ will be built and tested, name Name your branch with the JBS id of your fix/enhancement.  The submit repo will only build and test branches matching the following regular expression:

Code Block
^JDK\-\d{7}([\w\d-]+)?

How should I create a branch?

...