Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 1.2 KB

README.md

File metadata and controls

45 lines (30 loc) · 1.2 KB

Git commit template Plugin for IntelliJ

NOTE: This is modified from the following 3rd party plugin:
https://plugins.jetbrains.com/plugin/9861-git-commit-template

This plugin allows to create a commit message with the following template:

[Type]([Complexity]): [Short Description]
<BLANK LINE>
BREAKS: [Breaking Changes]
CLOSES #[Issue Number]
<BLANK LINE>
EXTRA DETAILS:[Details]

Installation

Install directly from the IDE plugin manager (File > Settings > Plugins > Browser repositories > Git Commit Template)

Usage

Commit-step1

Commit-step2

Commit-step3

License

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.