diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 00000000000..6ee9378be0b --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,24 @@ + + +### System information +- **OS Platform and Distribution (e.g., Linux Ubuntu 16.04)**: +- **Modin installed from (source or binary)**: +- **Modin version**: +- **Python version**: +- **Exact command to reproduce**: + + + +### Describe the problem + + +### Source code / logs + diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000000..e0bfc61653a --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,13 @@ + + +## What do these changes do? + + + +## Related issue number + + + +- [ ] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`