Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f526488

Browse files
committed
Add templates for issues and pull requests
1 parent 9ce56e9 commit f526488

File tree

2 files changed

+31
-0
lines changed

2 files changed

+31
-0
lines changed

ISSUE_TEMPLATE.md

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
## Problem explanation
2+
3+
<!-- What is wrong? -->
4+
5+
6+
## Steps to reproduce
7+
8+
<!-- If possible please show a minimal example to reproduce the issue -->
9+
10+
## Environment info
11+
12+
Operating System: <!-- e.g. Ubuntu 14.04, OSX 10.12 Sierra, Windows 10 -->
13+
Python version: <!-- x.y.z (command: python --version) -->
14+
Library version: <!-- x.y.z (command: pip freeze | grep stream-python) -->
15+

PULL_REQUEST_TEMPLATE.md

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
## Summary:
2+
3+
4+
## Submitter checklist:
5+
- [ ] `CHANGELOG` updated or N/A
6+
- [ ] Documentation updated or N/A
7+
8+
## Merger checklist:
9+
- [ ] ALL tests have passed
10+
- [ ] Code Review is done
11+
- [ ] Dependencies satisfied
12+
13+
## Dependencies:
14+
<!-- other (upstream) repos - link to other corresponding PRs/tickets, remove
15+
section if not applicable -->
16+
- [ ] <!-- e.g https://github.com/GetStream/stream-python/issues/40 -->

0 commit comments

Comments
 (0)