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: docs/contributing/reporting-a-bug.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -148,7 +148,7 @@ summary of the issue, so the impact and severity of the bug you want to report
148
148
can be inferred from the title.
149
149
150
150
|<!---->| Example |
151
-
| -------- | -------- |
151
+
| -------- | -------- |
152
152
| :material-check:{ style="color: #4DB6AC" } __Clear__ | Built-in `typeset` plugin changes precedence of nav title over `h1`
153
153
| :material-close:{ style="color: #EF5350" } __Wordy__ | The built-in `typeset` plugin changes the precedence of the nav title over the document headline
154
154
| :material-close:{ style="color: #EF5350" } __Unclear__ | Title does not work
@@ -235,17 +235,17 @@ make it easier for us maintainers to improve the documentation.
235
235
### Reproduction
236
236
237
237
A minimal reproduction is at the heart of every well-written bug report, as
238
-
it allows us maintainers to quickly recreate the necessary conditions to inspect
239
-
the bug and quickly find its root cause. It's a proven fact that issues with
240
-
concise and small reproductions can be fixed much faster.
238
+
it allows us maintainers to instantly recreate the necessary conditions to
239
+
inspect the bug to quickly find its root cause. It's a proven fact that issues
240
+
with concise and small reproductions can be fixed much faster.
241
241
242
242
[:material-bug: Create a reproduction][Create reproduction]{ .md-button .md-button--primary }
243
243
244
244
---
245
245
246
-
After you have created the reproduction, you should have a .zip file, ideally not
247
-
larger than 1 MB. Just drag and drop the .zip file into this field, which will
248
-
automatically upload it to GitHub.
246
+
After you have created the reproduction, you should have a `.zip` file, ideally
247
+
not larger than 1 MB. Just drag and drop the `.zip` file into this field, which
248
+
will automatically upload it to GitHub.
249
249
250
250
> __Why we need this__: if an issue contains no minimal reproduction or just
251
251
> a link to a repository with thousands of files, the maintainers would need to
@@ -259,7 +259,7 @@ automatically upload it to GitHub.
259
259
process. The reason is that the reproduction which is automatically
260
260
produced by the [built-in info plugin] contains all of the necessary
261
261
environment information that is often forgotten to be included.
262
-
262
+
263
263
Additionally, there are many non-technical users of Material for MkDocs that
264
264
have trouble creating repositories.
265
265
@@ -301,7 +301,7 @@ only relevant when the bug you are reporting does not involve a crash when
301
301
302
302
Thanks for following the guide and creating a high-quality and complete bug
303
303
report – you are almost done. This section ensures that you have read this guide
304
-
and have worked to the best of your knowledge to provide us with everything we
304
+
and have worked to the best of your knowledge to provide us with everything we
0 commit comments