commit_message_template 824 字节
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
[<tag>] <One-line description of the patch>
#
# <tag> can be:
#   GC        Dragonwell specific JVM GC changes
#   Runtime   Dragonwell specific JVM runtime changes
#   JIT       Dragonwell Just-in-Time compiler changes
#   JFR       JFR related
#   JWarmUp   JWarmUp related
#   Misc      Miscellaneous changes, such as Makefile, scripts
#

Summary: <detailed description of the change>
#
# Detailed description of the changes
#   Problems fixed by this change
#   New features added by this change
#

Test Plan: <how this patch has been tested>
#
# Please explain
#   - Approaches used
#   - Testsuites selected.
#

Reviewed-by: <Github IDs of reviewers>
#
# For code changes, at least two reviewers required
#

Issue: <full URL or #github_tag>
#
# Link of the fixed issue, can be full URL or github bug id (e.g. #123)
#