Skip to content

Commit 7950dd9

Browse files
authored
Add Git and GitHub templates (#19)
* Add GitHub templates * Add git commit template
1 parent c714635 commit 7950dd9

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

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

dev/git.commit.template

Lines changed: 14 additions & 0 deletions
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)