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
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/documentation.md
+16-1Lines changed: 16 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,13 +4,28 @@ about: Create a report for a documentation problem.
4
4
labels: A-docs
5
5
---
6
6
<!--
7
+
7
8
Thank you for finding a documentation problem! 📚
8
9
9
10
Documentation problems might be grammatical issues, typos, or unclear wording, please provide details regarding the documentation including where it is present.
10
11
12
+
Note: If your issue is for one of these, please use their dedicated issue tracker instead:
13
+
14
+
- The Rust Book: https://github.com/rust-lang/book/issues
15
+
- Rust by Example: https://github.com/rust-lang/rust-by-example/issues
16
+
- The Edition Guide: https://github.com/rust-lang/edition-guide/issues
17
+
- The Cargo Book: https://github.com/rust-lang/cargo/issues
18
+
- The Clippy Book: https://github.com/rust-lang/rust-clippy/issues
19
+
- The Reference: https://github.com/rust-lang/reference/issues
20
+
- The Rustonomicon: https://github.com/rust-lang/nomicon/issues
21
+
- The Embedded Book: https://github.com/rust-embedded/book/issues
22
+
23
+
All other documentation issues should be filed here.
24
+
25
+
Or, if you find an issue related to rustdoc (e.g. doctest, rustdoc UI), please use the bug report or blank issue template instead.
0 commit comments