Skip to content

Commit 2737b25

Browse files
glbrnttMrMage
authored andcommitted
Remove '###' from git commit template section headers (grpc#509)
Motivation: It seems like git removes any lines starting with a `#`, so we'd lose lines from commits following the template. Modifications: Remove the Markdown formatting from the commit template. Result: Commits using our template won't have lines removed by git.
1 parent 98666e6 commit 2737b25

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dev/git.commit.template

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
One line description of your change
22

3-
### Motivation:
3+
Motivation:
44

55
Explain here the context, and why you're making that change.
66
What is the problem you're trying to solve.
77

8-
### Modifications:
8+
Modifications:
99

1010
Describe the modifications you've done.
1111

12-
### Result:
12+
Result:
1313

1414
After your change, what will change.

0 commit comments

Comments
 (0)