Skip to content

Commit 2367771

Browse files
authored
Merge pull request #17 from amolkahat/github_conf
Added ISSUE_TEMPLATE and PULL_REQUEST_TEMPLATE for the pull request
2 parents b3abab0 + b1f6b9f commit 2367771

2 files changed

Lines changed: 16 additions & 0 deletions

File tree

.github/ISSUE_TEMPLATE.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
#### Code Sample, a copy-pastable example if possible
2+
3+
```python
4+
# Your code here
5+
6+
```
7+
#### Problem description
8+
9+
[this should explain **why** the current behaviour is a problem and why the expected output is a better solution.]
10+
11+
12+
#### Expected Output
13+

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- [ ] closes #xxxx
2+
- [ ] tests added / passed
3+
- [ ] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`

0 commit comments

Comments
 (0)