|
| 1 | +# Git Template |
| 2 | +# Guidelines Version: 1.0 |
| 3 | +# General |
| 4 | +# - Use one blank line after each section |
| 5 | +# Title |
| 6 | +# - Mandatory |
| 7 | +# - One line, Maximum 50 characters |
| 8 | +# - Imperative |
| 9 | +# Jira Tags |
| 10 | +# - Mandatory |
| 11 | +# - Respective Jira ID must be referenced |
| 12 | +# - Do not refer a closed ticket |
| 13 | +# Gerrit Dependencies |
| 14 | +# - Optional |
| 15 | +# - One Change-ID per line |
| 16 | +# Author |
| 17 | +# - Mandatory |
| 18 | +# - Include '-s' during git commit which should add |
| 19 | +# Signed-Off-by: <Name> <email-ID> |
| 20 | +# Co-Author |
| 21 | +# - format: |
| 22 | +# Co-Authored-by: <Name> <email-ID> |
| 23 | +# - One Co-Author per line |
| 24 | +# Summary |
| 25 | +# - Mandatory |
| 26 | +# - Maximum 72 characters per line |
| 27 | +# - Use hyphen or numbers as bullets |
| 28 | +# - Add explanation about the problem |
| 29 | +# - Focus on why this patch is required |
| 30 | +# - Add side-effects or consequences if any |
| 31 | +# - Do not assume reviewer understands the |
| 32 | +# original problem or the patch |
| 33 | +# References |
| 34 | +# - Optional |
| 35 | +# - Provide links for further reading or |
| 36 | +# references if any |
| 37 | +# |
| 38 | +# How to use this template |
| 39 | +# - Copy this file to ~/.git_template |
| 40 | +# - Execute |
| 41 | +# git config --global commit.template ~/.git_template |
| 42 | +# - Do not work with commit amend |
| 43 | + |
| 44 | +# -------------------- Title ------------------ # |
| 45 | + |
| 46 | + |
| 47 | +# ------------------ Jira Tags ---------------- # |
| 48 | +# closes-jira-bug: |
| 49 | +# partial-jira-bug: |
| 50 | + |
| 51 | +# ------------ Gerrit Dependencies ------------ # |
| 52 | +# Depends-On: |
| 53 | + |
| 54 | +# ------------------ Authors ------------------ # |
| 55 | +# Author: |
| 56 | +# Co-Author: |
| 57 | + |
| 58 | +# ------------ Summary about why the patch is required -------------- # |
| 59 | + |
| 60 | + |
| 61 | +# -------------------- Summary about the patch ---------------------- # |
| 62 | + |
| 63 | + |
| 64 | +# --------------------------- References ---------------------------- # |
| 65 | + |
| 66 | +# -------------------------- End of message ------------------------- # |
| 67 | + |
0 commit comments