From 8be17126b23444abc78f771727a3c314ba116a6f Mon Sep 17 00:00:00 2001 From: Kunal Gosar Date: Thu, 5 Jul 2018 18:40:02 -0500 Subject: [PATCH] Adding contribution templates --- .github/ISSUE_TEMPLATE.md | 24 ++++++++++++++++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 13 +++++++++++++ 2 files changed, 37 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/PULL_REQUEST_TEMPLATE.md 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`