Skip to content

Commit cab30f9

Browse files
tomerdartemredkin
authored andcommitted
add git commit template (#16)
motivation: missing the template mentioned in the contribution guides changes: * add dev directory with the git commit template * generate contributors list
1 parent eda51ac commit cab30f9

File tree

3 files changed

+18
-1
lines changed

3 files changed

+18
-1
lines changed

.mailmap

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1+
Artem Redkin <aredkin@apple.com> <artem@redkin.me>

CONTRIBUTORS.txt

+3
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ needs to be listed here.
1212
### Contributors
1313

1414
- Artem Redkin <aredkin@apple.com>
15+
- Ian Partridge <i.partridge@uk.ibm.com>
16+
- Tanner <me@tanner.xyz>
17+
- tomer doron <tomer@apple.com>
1518

1619
**Updating this list**
1720

dev/git.commit.template

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
One line description of your change
2+
3+
Motivation:
4+
5+
Explain here the context, and why you're making that change.
6+
What is the problem you're trying to solve.
7+
8+
Modifications:
9+
10+
Describe the modifications you've done.
11+
12+
Result:
13+
14+
After your change, what will change.

0 commit comments

Comments
 (0)