Skip to content

Commit 75b1ae1

Browse files
JoelMarceyfacebook-github-bot
authored andcommitted
Update issue templates
Summary: Pull Request resolved: pytorch#12114 Reviewed By: soumith Differential Revision: D10060349 Pulled By: JoelMarcey fbshipit-source-id: ed88bf95f78742b089adb043e88613a5db006a10
1 parent 1b45f68 commit 75b1ae1

File tree

4 files changed

+95
-0
lines changed

4 files changed

+95
-0
lines changed

.github/ISSUE_TEMPLATE/bug-report.md

+49
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
---
2+
name: "\U0001F41B Bug Report"
3+
about: Submit a bug report to help us improve PyTorch
4+
5+
---
6+
7+
## 🐛 Bug
8+
9+
<!-- A clear and concise description of what the bug is. -->
10+
11+
## To Reproduce
12+
13+
Steps to reproduce the behavior:
14+
15+
1.
16+
1.
17+
1.
18+
19+
<!-- If you have a code sample, error messages, stack traces, please provide it here as well -->
20+
21+
## Expected behavior
22+
23+
<!-- A clear and concise description of what you expected to happen. -->
24+
25+
## Environment
26+
27+
Please copy and paste the output from our
28+
[environment collection script](https://raw.githubusercontent.com/pytorch/pytorch/master/torch/utils/collect_env.py)
29+
(or fill out the checklist below manually).
30+
31+
You can get the script and run it with:
32+
```
33+
wget https://raw.githubusercontent.com/pytorch/pytorch/master/torch/utils/collect_env.py
34+
# For security purposes, please check the contents of collect_env.py before running it.
35+
python collect_env.py
36+
```
37+
38+
- PyTorch Version (e.g., 1.0):
39+
- OS (e.g., Linux):
40+
- How you installed PyTorch (`conda`, `pip`, source):
41+
- Build command you used (if compiling from source):
42+
- Python version:
43+
- CUDA/cuDNN version:
44+
- GPU models and configuration:
45+
- Any other relevant information:
46+
47+
## Additional context
48+
49+
<!-- Add any other context about the problem here. -->
+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
name: "\U0001F4DA Documentation"
3+
about: Report an issue related to https://pytorch.org/docs
4+
5+
---
6+
7+
## 📚 Documentation
8+
9+
<!-- 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 -->
+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
name: "\U0001F680Feature Request"
3+
about: Submit a proposal/request for a new PyTorch feature
4+
5+
---
6+
7+
## 🚀 Feature
8+
<!-- A clear and concise description of the feature proposal -->
9+
10+
## Motivation
11+
12+
<!-- 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 -->
13+
14+
## Pitch
15+
16+
<!-- A clear and concise description of what you want to happen. -->
17+
18+
## Alternatives
19+
20+
<!-- A clear and concise description of any alternative solutions or features you've considered, if any. -->
21+
22+
## Additional context
23+
24+
<!-- Add any other context or screenshots about the feature request here. -->
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
name: "❓Questions/Help/Support"
3+
about: Do you need support? We have resources.
4+
5+
---
6+
7+
## ❓ Questions and Help
8+
9+
### Please note that this issue tracker is not a help form and this issue will be closed.
10+
11+
We have a set of [listed resources available on the website](https://pytorch.org/resources). Our primary means of support is our discussion forum:
12+
13+
- [Discussion Forum](https://discuss.pytorch.org/)

0 commit comments

Comments
 (0)