2023-09-21 15:53:33 +03:00
|
|
|
|
# Documentation issues
|
2023-01-29 21:14:23 +03:00
|
|
|
|
|
2023-09-21 15:53:33 +03:00
|
|
|
|
Our documentation is composed of more than 80 pages and includes extensive
|
|
|
|
|
information on features, configurations, customizations, and much more. If you
|
|
|
|
|
have found an inconsistency or see room for improvement, please follow this
|
|
|
|
|
guide to submit an issue on our [issue tracker].
|
2023-01-29 21:14:23 +03:00
|
|
|
|
|
|
|
|
|
[issue tracker]: https://github.com/squidfunk/mkdocs-material/issues
|
|
|
|
|
|
|
|
|
|
## Issue template
|
|
|
|
|
|
|
|
|
|
Reporting a documentation issue is usually less involved than reporting a bug,
|
2023-09-21 15:53:33 +03:00
|
|
|
|
as we don't need a [reproduction]. Please thoroughly read this guide before
|
|
|
|
|
creating a new documentation issue, and provide the following information as
|
|
|
|
|
part of the issue:
|
2023-01-29 21:14:23 +03:00
|
|
|
|
|
|
|
|
|
- [Title]
|
|
|
|
|
- [Description]
|
|
|
|
|
- [Related links]
|
|
|
|
|
- [Proposed change] <small>optional</small>
|
|
|
|
|
- [Checklist]
|
|
|
|
|
|
|
|
|
|
[reproduction]: ../guides/creating-a-reproduction.md
|
|
|
|
|
[Title]: #title
|
|
|
|
|
[Description]: #description
|
|
|
|
|
[Related links]: #related-links
|
|
|
|
|
[Proposed change]: #proposed-change
|
|
|
|
|
[Checklist]: #checklist
|
|
|
|
|
|
|
|
|
|
### Title
|
|
|
|
|
|
|
|
|
|
A good title should be a short, one-sentence description of the issue, contain
|
|
|
|
|
all relevant information and, in particular, keywords to simplify the search in
|
2023-09-21 15:53:33 +03:00
|
|
|
|
our issue tracker.
|
2023-01-29 21:14:23 +03:00
|
|
|
|
|
|
|
|
|
| <!-- --> | Example |
|
2023-09-21 15:53:33 +03:00
|
|
|
|
| -------- | -------- |
|
2023-01-30 00:57:53 +03:00
|
|
|
|
| :material-check:{ style="color: #4DB6AC" } __Clear__ | Clarify social cards setup on Windows
|
2023-01-29 21:14:23 +03:00
|
|
|
|
| :material-close:{ style="color: #EF5350" } __Unclear__ | Missing information in the docs
|
2023-09-21 15:53:33 +03:00
|
|
|
|
| :material-close:{ style="color: #EF5350" } __Useless__ | Help
|
2023-01-29 21:14:23 +03:00
|
|
|
|
|
|
|
|
|
### Description
|
|
|
|
|
|
2023-09-21 15:53:33 +03:00
|
|
|
|
Provide a clear and concise summary of the inconsistency or issue you
|
|
|
|
|
encountered in the documentation or the documentation section that needs
|
|
|
|
|
improvement. Explain why you think the documentation should be adjusted and
|
2023-01-29 21:14:23 +03:00
|
|
|
|
describe the severity of the issue:
|
|
|
|
|
|
2023-09-21 15:53:33 +03:00
|
|
|
|
- __Keep it short and concise__ – if the inconsistency or issue can be
|
|
|
|
|
precisely explained in one or two sentences, perfect. Maintainers and future
|
|
|
|
|
users will be grateful for having to read less.
|
2023-01-29 21:14:23 +03:00
|
|
|
|
|
2023-04-11 15:30:56 +03:00
|
|
|
|
- __One issue at a time__ – if you encounter several unrelated inconsistencies,
|
2023-09-21 15:53:33 +03:00
|
|
|
|
please create separate issues for them. Don't report them in the same issue
|
|
|
|
|
– it makes attribution difficult.
|
2023-01-29 21:14:23 +03:00
|
|
|
|
|
2023-09-21 15:53:33 +03:00
|
|
|
|
> __Why we need this__: describing the problem clearly and concisely is a
|
|
|
|
|
> prerequisite for improving our documentation – we need to understand what's
|
|
|
|
|
> wrong, so we can fix it.
|
2023-01-29 21:14:23 +03:00
|
|
|
|
|
|
|
|
|
### Related links
|
|
|
|
|
|
2023-09-21 15:53:33 +03:00
|
|
|
|
After you described the documentation section that needs to be adjusted above,
|
2023-01-29 21:14:23 +03:00
|
|
|
|
we now ask you to share the link to this specific documentation section and
|
2023-09-21 15:53:33 +03:00
|
|
|
|
other possibly related sections. Make sure to use anchor links (permanent links)
|
2023-01-29 21:14:23 +03:00
|
|
|
|
where possible, as it simplifies discovery.
|
|
|
|
|
|
2023-09-21 15:53:33 +03:00
|
|
|
|
> __Why we need this__: providing the links to the documentation help us
|
|
|
|
|
> understand which sections of our documentation need to be adjusted, extended,
|
2023-01-29 21:14:23 +03:00
|
|
|
|
> or overhauled.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Proposed change <small>optional</small> { #proposed-change }
|
|
|
|
|
|
|
|
|
|
Now that you have provided us with the description and links to the
|
|
|
|
|
documentation sections, you can help us, maintainers, and the community by
|
|
|
|
|
proposing an improvement. You can sketch out rough ideas or write a concrete
|
2023-04-11 15:30:56 +03:00
|
|
|
|
proposal. This field is optional but very helpful.
|
2023-01-29 21:14:23 +03:00
|
|
|
|
|
2023-09-21 15:53:33 +03:00
|
|
|
|
> __Why we need this__: an improvement proposal can be beneficial for other
|
|
|
|
|
> users who encounter the same issue, as they offer solutions before we
|
|
|
|
|
> maintainers can update the documentation.
|
2023-01-29 21:14:23 +03:00
|
|
|
|
|
|
|
|
|
### Checklist
|
|
|
|
|
|
2023-09-21 15:53:33 +03:00
|
|
|
|
Thanks for following the guide and providing valuable feedback for our
|
|
|
|
|
documentation – you are almost done. The checklist ensures that you have read
|
|
|
|
|
this guide and have worked to your best knowledge to provide us with every piece
|
|
|
|
|
of information we need to improve it.
|
2023-01-29 21:14:23 +03:00
|
|
|
|
|
|
|
|
|
__We'll take it from here.__
|