Эх сурвалжийг харах

add git commit template (#62)

motivation: missing the template mentioned in the contribution guides

changes: add dev directory with the git commit template
tomer doron 6 жил өмнө
parent
commit
cfd8740667
1 өөрчлөгдсөн 14 нэмэгдсэн , 0 устгасан
  1. 14 0
      dev/git.commit.template

+ 14 - 0
dev/git.commit.template

@@ -0,0 +1,14 @@
+One line description of your change
+
+Motivation:
+
+Explain here the context, and why you're making that change.
+What is the problem you're trying to solve.
+
+Modifications:
+
+Describe the modifications you've done.
+
+Result:
+
+After your change, what will change.