diff options
| author | 2025-06-01 22:50:58 +0200 | |
|---|---|---|
| committer | 2025-06-01 22:50:58 +0200 | |
| commit | 7d86cbe804f873895ea2c6ee76f652661f42341e (patch) | |
| tree | 73ed7a06b8c46c84867b578b47027da0725770dd /docs/en/developers/06_Reporting_Bugs.md | |
| parent | ec7edacf8cc537e9d5eea334e8112267d9aa1a4e (diff) | |
Bump markdownlint-cli from 0.44.0 to 0.45.0 (#7632)
* Bump markdownlint-cli from 0.44.0 to 0.45.0
Bumps [markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli) from 0.44.0 to 0.45.0.
- [Release notes](https://github.com/igorshubovych/markdownlint-cli/releases)
- [Commits](https://github.com/igorshubovych/markdownlint-cli/compare/v0.44.0...v0.45.0)
---
updated-dependencies:
- dependency-name: markdownlint-cli
dependency-version: 0.45.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* Fix Markdown
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'docs/en/developers/06_Reporting_Bugs.md')
| -rw-r--r-- | docs/en/developers/06_Reporting_Bugs.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/en/developers/06_Reporting_Bugs.md b/docs/en/developers/06_Reporting_Bugs.md index 0c5d255ff..0707fcba3 100644 --- a/docs/en/developers/06_Reporting_Bugs.md +++ b/docs/en/developers/06_Reporting_Bugs.md @@ -37,7 +37,7 @@ Here are some tips to help you present your bug report or suggestion: * Not all bugs require logs, but if you have any doubts, it is better to provide them to us. Logs are important and very useful for debugging! * The logs may reveal confidential information, so **be careful not to disclose anything sensitive.** * If you report a feed problem, it will be easier if you could provide a snapshot of its content in a text file. -See [here](#how-to-provide-feed-data) for more information. +See [further down](#how-to-provide-feed-data) for more information. In addition, when facing a bug, you’re encouraged to follow this message format (from the [Sam & Max website](http://sametmax.com/template-de-demande-daide-en-informatique/): @@ -72,7 +72,7 @@ Remember to give the following information if you know it: If you need us to investigate a feed problem, it will be easier if you provide a snapshot of the feed data. To do that, you can launch the following command: -```bash +```sh wget <feed url> -O output.rss.txt ``` Then you can drag-and-drop the generated file into the issue. |
