Skip to content

Commit 7a27580

Browse files
authored
Add a pull request template (#1617)
* Add a pull request template * Add a testing section
1 parent 439b692 commit 7a27580

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/pull_request_template.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
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. References to issues the changes resolve, if any.]_
6+
7+
### Modifications:
8+
9+
_[Describe the modifications you've done.]_
10+
11+
### Result:
12+
13+
_[After your change, what will change.]_
14+
15+
### Testing:
16+
17+
_[The specific testing that has been done or needs to be done to further
18+
validate any impact of the changes.]_

0 commit comments

Comments
 (0)