Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Misc] Add .github/commit_message_template #19

Merged
merged 1 commit into from
Mar 26, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 35 additions & 0 deletions .github/commit_message_template
Original file line number Diff line number Diff line change
@@ -0,0 +1,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)
#