Skip to content

Commit 8ac40e3

Browse files
authored
Update README.md
1 parent 62468fa commit 8ac40e3

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,16 @@ All the tutorials are now presented as sphinx style documentation at:
55

66
## [https://pytorch.org/tutorials](https://pytorch.org/tutorials)
77

8+
# Asking a question
89

10+
If you have a question about a tutorial, post in https://dev-discuss.pytorch.org/ rather than creating an issue in this repo. Your question will be answered much faster on dev-discuss forum.
11+
12+
# Submitting an issue
13+
14+
You can submit the following types of issues:
15+
16+
* Feature request - request a new tutorial to be added. Please explain why this tutorial is needed and how it demonstrates PyTorch value
17+
* Bug report - reporting an failiure or outdated information in the existing tutorial. When submitting a bug report, please run: `python3 -mtorch.utils.collect_env` to get information about your environment.
918

1019
# Contributing
1120

@@ -46,7 +55,7 @@ or
4655
GALLERY_PATTERN="neural_style_transfer_tutorial.py" sphinx-build . _build
4756
```
4857

49-
The `GALLERY_PATTERN` variable respects regular expressions.
58+
The `GALLERY_PATTERN` variable respects regular expressions.
5059

5160
## About contributing to PyTorch Documentation and Tutorials
5261
* You can find information about contributing to PyTorch documentation in the

0 commit comments

Comments
 (0)