diff --git a/.github/commit_message_template b/.github/commit_message_template new file mode 100644 index 0000000000000000000000000000000000000000..34f690b5ffbafe102d72b7f7c8bb4fd672321a90 --- /dev/null +++ b/.github/commit_message_template @@ -0,0 +1,35 @@ +[] +# +# 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 changes +# Problems fixed by this change +# New features added by this change +# + +Test Plan: +# +# Please explain +# - Approaches used +# - Testsuites selected. +# + +Reviewed-by: +# +# For code changes, at least two reviewers required +# + +Issue: +# +# Link of the fixed issue, can be full URL or github bug id (e.g. #123) +# +