Skip to content

Commit

Permalink
[Misc] Add .github/commit_message_template
Browse files Browse the repository at this point in the history
Summary:
- Added .github/commit_message_template file
- Developers are expected to use following command to create any new Git commits
`git commit -t .github/commit_message_template`

Test Plan: only review needed

Reviewed-by: kuaiwei, sanhong

Issue: #18
  • Loading branch information
Chuansheng Lu authored and yfxhust committed Jun 21, 2019
1 parent dfd8cc6 commit 3108033
Showing 1 changed file with 35 additions and 0 deletions.
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)
#

0 comments on commit 3108033

Please sign in to comment.