Skip to content

Commit c94e289

Browse files
svekarsmalfet
andauthored
Add instructions on asking questions and submitting bugs (pytorch#2626)
* Update README.md * Update README.md * Update README.md --------- Co-authored-by: Nikita Shulga <2453524+malfet@users.noreply.github.com>
1 parent 62468fa commit c94e289

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Diff for: README.md

+9
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 the 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 - report a failiure or outdated information in an existing tutorial. When submitting a bug report, please run: `python3 -m torch.utils.collect_env` to get information about your environment and add the output to the bug report.
918

1019
# Contributing
1120

0 commit comments

Comments
 (0)