You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#### Before submitting a bug, please make sure the issue hasn't been already addressed by searching through [the existing and past issues](https://github.com/pytorch/tutorials/issues?q=is%3Aissue+sort%3Acreated-desc+).
13
+
- type: textarea
14
+
attributes:
15
+
label: Add Link
16
+
description: |
17
+
**Add the link to the tutorial***
18
+
placeholder: |
19
+
Link to the tutorial on the website:
20
+
validations:
21
+
required: true
22
+
- type: textarea
23
+
attributes:
24
+
label: Describe the bug
25
+
description: |
26
+
**Add the bug description**
27
+
placeholder: |
28
+
Provide a detailed description of the issue with code samples if relevant
29
+
```python
30
+
31
+
# Sample code to reproduce the problem if relevant
32
+
```
33
+
34
+
**Expected Result:** (Describe what you were expecting to see)
35
+
36
+
37
+
**Actual Result:** (Describe the result)
38
+
39
+
```
40
+
The error message you got, with the full traceback.
41
+
```
42
+
43
+
validations:
44
+
required: true
45
+
- type: textarea
46
+
attributes:
47
+
label: Describe your environment
48
+
description: |
49
+
**Describe the environment you encountered the bug in:**
50
+
placeholder: |
51
+
* Platform (i.e macOS, Linux, Google Colab):
52
+
* CUDA (yes/no, version?):
53
+
* PyTorch version (run `python -c "import torch; print(torch.__version__)"`):
description: Submit a proposal for a new PyTorch tutorial or improvement of an existing tutorial
3
+
title: "💡 [REQUEST] - <title>"
4
+
labels: [
5
+
"feature"
6
+
]
7
+
8
+
body:
9
+
- type: textarea
10
+
attributes:
11
+
label: 🚀 Descirbe the improvement or the new tutorial
12
+
description: |
13
+
**Describe the improvement**
14
+
placeholder: |
15
+
Explain why this improvement or new tutorial is important. For example, *"This tutorial will help users to better understand feature X of PyTorch."* If there is a tutorial that you propose to replace, add here. If this is related to another GitHub issue, add a link here.
16
+
validations:
17
+
required: true
18
+
- type: textarea
19
+
attributes:
20
+
label: Existing tutorials on this topic
21
+
description: |
22
+
**Add a list of existing tutorials on the same topic.**
23
+
placeholder: |
24
+
List tutorials that already explain this functionality if exist. On pytorch.org or elsewhere.
25
+
* Link
26
+
* Link
27
+
- type: textarea
28
+
attributes:
29
+
label: Additional context
30
+
description: |
31
+
**Add additional context**
32
+
placeholder: |
33
+
Add any other context or screenshots about the feature request.
0 commit comments