You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
Alibaba Dragonwell used to pick up patches directly from Alibaba's internal build whose test/review process is not visible to external users. To better fit into the shoes of github.com while keeping a good shape of code quality, we need a template for git commit messages.
Steps to Reproduce
Steps to reproduce the behavior:
Expected behavior git commit -a -t .github/commit_message_template
should give developers a guide on how to write a commit message for Alibaba Dragonwell.
JDK version
Affects preview versions only:
openjdk version "1.8.0_202"
OpenJDK Runtime Environment (Dragonwell 8.0-preview) (build 1.8.0_202-b30)
OpenJDK 64-Bit Server VM (Dragonwell 8.0-preview) (build 25.202-b30, mixed mode)
Execution environment
OS and version: Linux, kernel 3.10
CPU model: Skylake
Number of CPU cores: 64
Size of physical memory: 64GB
Inside Linux container? No
Linux container name (docker, pouch, etc):
Linux container version:
The text was updated successfully, but these errors were encountered:
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
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
Description
Alibaba Dragonwell used to pick up patches directly from Alibaba's internal build whose test/review process is not visible to external users. To better fit into the shoes of github.com while keeping a good shape of code quality, we need a template for git commit messages.
Steps to Reproduce
Steps to reproduce the behavior:
git commit -a -t <template>
Expected behavior
git commit -a -t .github/commit_message_template
should give developers a guide on how to write a commit message for Alibaba Dragonwell.
JDK version
Affects preview versions only:
openjdk version "1.8.0_202"
OpenJDK Runtime Environment (Dragonwell 8.0-preview) (build 1.8.0_202-b30)
OpenJDK 64-Bit Server VM (Dragonwell 8.0-preview) (build 25.202-b30, mixed mode)
Execution environment
The text was updated successfully, but these errors were encountered: