summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorPieter Noordhuis <pcnoordhuis@gmail.com>2017-12-11 14:17:59 -0800
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>2017-12-11 14:35:25 -0800
commitd84033dc6b3d72f63455cf64b0a6bf11ca55169d (patch)
treebd76d59195a44ea49190ea07bb7da6c4a7725514 /.github
parent2d07360938576f3a1df5064fe92aa0b6c2c84e28 (diff)
downloadpytorch-d84033dc6b3d72f63455cf64b0a6bf11ca55169d.tar.gz
pytorch-d84033dc6b3d72f63455cf64b0a6bf11ca55169d.tar.bz2
pytorch-d84033dc6b3d72f63455cf64b0a6bf11ca55169d.zip
Add placeholders for issues/pull requests
Summary: Closes https://github.com/caffe2/caffe2/pull/1604 Differential Revision: D6537325 Pulled By: pietern fbshipit-source-id: 90dae8389e318ff36c8455a0e002c8e42167aa9a
Diffstat (limited to '.github')
-rw-r--r--.github/CONTRIBUTING.md0
-rw-r--r--.github/ISSUE_TEMPLATE.md16
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md0
3 files changed, 16 insertions, 0 deletions
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/.github/CONTRIBUTING.md
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
new file mode 100644
index 0000000000..34d76eb8d8
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE.md
@@ -0,0 +1,16 @@
+If this is a build issue, please fill out the template below.
+
+### System information
+
+* Operating system:
+* Compiler version:
+* CMake version:
+* CMake arguments:
+* Relevant libraries/versions (e.g. CUDA):
+
+### CMake summary output
+
+```
+******** Summary ********
+<please paste summary output here>
+```
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/.github/PULL_REQUEST_TEMPLATE.md