Files
FreshRSS/docs/en/developers/06_Reporting_Bugs.md
Inverle 63c8fe1285 docs: Fix broken or dead links (#8548)
* docs: Fix broken or dead links
Used the following commands to find broken links:
1. `lychee -E --dump https://freshrss.github.io/FreshRSS/en/ --include freshrss.github.io --output links.txt`
2. `lychee -v --suggest --archive wayback --timeout 5 -u "Mozilla/5.0 (X11; Linux x86_64; rv:148.0) Gecko/20100101 Firefox/148.0" --files-from links.txt --output output.txt`
3. `cat output.txt`

Then did the same for https://freshrss.github.io/FreshRSS/fr/

We could look into using lychee in CI:
https://github.com/lycheeverse/lychee?tab=readme-ov-file#github-action-usage

* Replace PostgreSQL 16 link with current version

Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>

* Remove paragraph about bug message format

* Update README with official app website links

* Replace broken French images with English versions

* Fix broken Fever API docs link in French docs

* Replace GNU Social link with new one in `shares.php`

---------

Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
2026-03-02 08:21:23 +01:00

4.0 KiB
Raw Blame History

Reporting a bug or a suggestion

Despite the care given to FreshRSS, its still possible that bugs occur. Development is dynamic, so issues can be corrected quickly. You might also have a feature in mind that doesnt yet exist. Regardless whether your idea seems silly, far-fetched, useless or too specific, please dont hesitate to propose it to us! “Ideas in the air” often find an attentive ear. Its new external perspectives that make the project evolve the most.

If youre convinced that you should be heard, heres how you can go about it.

On GitHub

GitHub is the ideal platform to submit your requests. It allows us to discuss a problem or suggestion with others and it often generates new ideas. Lets not neglect this “social” aspect!

  1. Go to the bug ticket manager
  2. Start by checking if a similar request hasnt already been made. If so, please feel free to add your voice to the request.
  3. If your request is new, open a new bug ticket
  4. Finally, write your request. If youre fluent in English, its the preferred language because it allows for discussion with the largest number of people.
  5. Please follow the tips below to make it easier to let your ticket be heard.

Informal

Not everyone likes or uses GitHub for a variety of legitimate reasons. That is why you can also contact us in a more informal way.

Tips

Here are some tips to help you present your bug report or suggestion:

  • Pay attention to spelling. Even if its not always easy, try your best!
  • Give an explicit title to your request, even if its a bit long. This not only helps us understand your request, but also to find your ticket later.
  • One request = one ticket. You may have lots of ideas while being afraid to spam the bug manager: it doesnt matter. Its better to have a few too many tickets than too many requests in one. Well close and consolidate requests when possible.
  • If you report a bug, think about providing us with the FreshRSS logs (accessible in the FreshRSS data/log/ folder) and the PHP logs (the location may vary by distribution, but consider searching in /var/log/httpd or /var/log/apache).
    • If you cant find the log files, specify it in your ticket so we know youve already searched.
    • 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 further down for more information.

Whats my goal?

Give the general context of what you were trying to do.

What have I been trying to do?

Explain step by step what you have done so that we can reproduce the bug.

What results have I achieved?

The bug: what you see that shouldnt have happened. Here you can provide the logs.

What was the expected result?

So that we understand what you consider to be the problem.

What are my circumstances?

Remember to give the following information if you know it:

  1. Which browser? Which version?
  2. Which server: Apache, Nginx? Which version?
  3. Which version of PHP?
  4. Which database: SQLite, PostgreSQL, MariaDB, MySQL? Which version?
  5. Which distribution runs on the server? And… which version?

How to provide feed data

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:

wget <feed url> -O output.rss.txt

Then you can drag-and-drop the generated file into the issue.