diff options
author | Pieter Noordhuis <pcnoordhuis@gmail.com> | 2017-12-11 14:17:59 -0800 |
---|---|---|
committer | Facebook Github Bot <facebook-github-bot@users.noreply.github.com> | 2017-12-11 14:35:25 -0800 |
commit | d84033dc6b3d72f63455cf64b0a6bf11ca55169d (patch) | |
tree | bd76d59195a44ea49190ea07bb7da6c4a7725514 /.github | |
parent | 2d07360938576f3a1df5064fe92aa0b6c2c84e28 (diff) | |
download | pytorch-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.md | 0 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE.md | 16 | ||||
-rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 0 |
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 |