mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-26 13:01:27 +03:00
improve "Documentation problem" issue template.
rustdoc has its own issue template now, mention that. swap the order of the last two sentances so it reads more like a typical if/else chain (base case listed last). adjust some labels and descriptions
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
name: Documentation problem
|
||||
description: Create a report for a documentation problem.
|
||||
description: Report an issue with documentation content.
|
||||
labels: ["A-docs"]
|
||||
body:
|
||||
- type: markdown
|
||||
@@ -19,20 +19,20 @@ body:
|
||||
- [The Rustonomicon](https://github.com/rust-lang/nomicon/issues)
|
||||
- [The Embedded Book](https://github.com/rust-embedded/book/issues)
|
||||
|
||||
All other documentation issues should be filed here.
|
||||
Or, if you find an issue related to rustdoc (e.g. doctest, rustdoc UI), please use the rustdoc issue template instead.
|
||||
|
||||
Or, if you find an issue related to rustdoc (e.g. doctest, rustdoc UI), please use the bug report or blank issue template instead.
|
||||
All other documentation issues should be filed here.
|
||||
|
||||
- type: textarea
|
||||
id: location
|
||||
attributes:
|
||||
label: Location
|
||||
label: Location (URL)
|
||||
validations:
|
||||
required: true
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
id: summary
|
||||
attributes:
|
||||
label: Summary
|
||||
validations:
|
||||
required: true
|
||||
required: true
|
||||
|
||||
Reference in New Issue
Block a user