diff options
author | Joel Marcey <joelm@fb.com> | 2018-09-26 16:09:59 -0700 |
---|---|---|
committer | Facebook Github Bot <facebook-github-bot@users.noreply.github.com> | 2018-09-26 16:26:00 -0700 |
commit | 75b1ae1acde83c8c05d4011a36ad82b73cc909ff (patch) | |
tree | d51dcafb62ef9d39c8de200d0fc7cdc9876bcd85 /.github | |
parent | 1b45f6839789f3849fbde01c4fd88e5034172c44 (diff) | |
download | pytorch-75b1ae1acde83c8c05d4011a36ad82b73cc909ff.tar.gz pytorch-75b1ae1acde83c8c05d4011a36ad82b73cc909ff.tar.bz2 pytorch-75b1ae1acde83c8c05d4011a36ad82b73cc909ff.zip |
Update issue templates
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/12114
Reviewed By: soumith
Differential Revision: D10060349
Pulled By: JoelMarcey
fbshipit-source-id: ed88bf95f78742b089adb043e88613a5db006a10
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug-report.md | 49 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/documentation.md | 9 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/feature-request.md | 24 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/questions-help-support.md | 13 |
4 files changed, 95 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 0000000000..712143336a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,49 @@ +--- +name: "\U0001F41B Bug Report" +about: Submit a bug report to help us improve PyTorch + +--- + +## ๐ Bug + +<!-- A clear and concise description of what the bug is. --> + +## To Reproduce + +Steps to reproduce the behavior: + +1. +1. +1. + +<!-- If you have a code sample, error messages, stack traces, please provide it here as well --> + +## Expected behavior + +<!-- A clear and concise description of what you expected to happen. --> + +## Environment + +Please copy and paste the output from our +[environment collection script](https://raw.githubusercontent.com/pytorch/pytorch/master/torch/utils/collect_env.py) +(or fill out the checklist below manually). + +You can get the script and run it with: +``` +wget https://raw.githubusercontent.com/pytorch/pytorch/master/torch/utils/collect_env.py +# For security purposes, please check the contents of collect_env.py before running it. +python collect_env.py +``` + + - PyTorch Version (e.g., 1.0): + - OS (e.g., Linux): + - How you installed PyTorch (`conda`, `pip`, source): + - Build command you used (if compiling from source): + - Python version: + - CUDA/cuDNN version: + - GPU models and configuration: + - Any other relevant information: + +## Additional context + +<!-- Add any other context about the problem here. --> diff --git a/.github/ISSUE_TEMPLATE/documentation.md b/.github/ISSUE_TEMPLATE/documentation.md new file mode 100644 index 0000000000..a699c2e454 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/documentation.md @@ -0,0 +1,9 @@ +--- +name: "\U0001F4DA Documentation" +about: Report an issue related to https://pytorch.org/docs + +--- + +## ๐ Documentation + +<!-- A clear and concise description of what content in https://pytorch.org/docs is an issue. If this has to do with the general https://pytorch.org website, please file an issue at https://github.com/pytorch/pytorch.github.io/issues/new/choose instead. If this has to do with https://pytorch.org/tutorials, please file an issue at https://github.com/pytorch/tutorials/issues/new --> diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md new file mode 100644 index 0000000000..e1d2bc306e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -0,0 +1,24 @@ +--- +name: "\U0001F680Feature Request" +about: Submit a proposal/request for a new PyTorch feature + +--- + +## ๐ Feature +<!-- A clear and concise description of the feature proposal --> + +## Motivation + +<!-- Please outline the motivation for the proposal. Is your feature request related to a problem? e.g., I'm always frustrated when [...]. If this is related to another GitHub issue, please link here too --> + +## Pitch + +<!-- A clear and concise description of what you want to happen. --> + +## Alternatives + +<!-- A clear and concise description of any alternative solutions or features you've considered, if any. --> + +## Additional context + +<!-- Add any other context or screenshots about the feature request here. --> diff --git a/.github/ISSUE_TEMPLATE/questions-help-support.md b/.github/ISSUE_TEMPLATE/questions-help-support.md new file mode 100644 index 0000000000..77bfb55b9a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/questions-help-support.md @@ -0,0 +1,13 @@ +--- +name: "โQuestions/Help/Support" +about: Do you need support? We have resources. + +--- + +## โ Questions and Help + +### Please note that this issue tracker is not a help form and this issue will be closed. + +We have a set of [listed resources available on the website](https://pytorch.org/resources). Our primary means of support is our discussion forum: + +- [Discussion Forum](https://discuss.pytorch.org/) |