Skip to content

Commit 2cd8911

Browse files
committed
adds pull request template
1 parent 0f4f09e commit 2cd8911

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
## What does this PR do?
2+
3+
Summary of update
4+
5+
<details>
6+
<summary>Update details</summary>
7+
8+
* shiny new stuffs
9+
</details>
10+
11+
## How should this update be tested?
12+
13+
<details>
14+
<summary>Updated unittests or New unit tests added</summary>
15+
16+
* nosetests tests/test_new_tests.py
17+
</details>
18+
19+
<details>
20+
<summary>New feature test example</summary>
21+
22+
* example library usage
23+
</details>

0 commit comments

Comments
 (0)