Skip to content

Commit 70259aa

Browse files
committed
Added pull request template
1 parent fa455a0 commit 70259aa

File tree

2 files changed

+48
-2
lines changed

2 files changed

+48
-2
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,17 @@ A clear and concise description of what the bug is.
1212

1313
**To Reproduce**
1414
Steps to reproduce the behavior:
15+
1516
1. Write code to reproduce.
1617
2. Write error.
1718

1819
**Expected behavior**
1920
A clear and concise description of what you expected to happen.
2021

2122
**Environment:**
22-
- Python version.
23-
- Module version.
23+
24+
- Python version.
25+
- Module version.
2426
- OS version.
2527

2628
**Additional context**

.github/pull_request_template.md

+44
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
Pull request
2+
============
3+
4+
Description
5+
-----------
6+
7+
Describe your changes in detail
8+
9+
Motivation and Context
10+
----------------------
11+
12+
Why is this change required? What problem does it solve?
13+
If it fixes an open issue, please link to the issue here.
14+
15+
How Has This Been Tested
16+
------------------------
17+
18+
Please describe in detail how you tested your changes.
19+
Include details of your testing environment, and the tests you ran to
20+
see how your change affects other areas of the code, etc.
21+
22+
Screenshots (if appropriate)
23+
----------------------------
24+
25+
Types of changes
26+
----------------
27+
28+
What types of changes does your code introduce? Put an `x` in all the boxes that apply:
29+
30+
- [] Bug fix (non-breaking change which fixes an issue)
31+
- [] New feature (non-breaking change which adds functionality)
32+
- [] Breaking change (fix or feature that would cause existing functionality to change)
33+
34+
Checklist
35+
---------
36+
37+
Go over all the following points, and put an `x` in all the boxes that apply.
38+
39+
If you're unsure about any of these, don't hesitate to ask. We're here to help!
40+
41+
- [] My code follows the code style of this project.
42+
- [] My change requires a change to the documentation.
43+
- [] I have updated the documentation accordingly.
44+
- [] I have read the **CONTRIBUTING** document.

0 commit comments

Comments
 (0)