feed-report-form.yml 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. name: Feed Report
  2. description: "A feed does not work? Type of feed: RSS / Atom, JSON Feed, JSON (dot notation). "
  3. title: "[Feed problem] "
  4. labels: ["Feed problem 🗞️"]
  5. body:
  6. - type: markdown
  7. attributes:
  8. value: |
  9. If you're experiencing issues with a particular feed (RSS, Atom, JSON), please use this form to report the problem. There can be various reasons why a feed may not be working. By sharing as much information as possible, we can better determine the cause and address it.
  10. - type: input
  11. id: feedurl
  12. attributes:
  13. label: Feed URL
  14. description: Share the URL of the feed
  15. placeholder: https://…
  16. validations:
  17. required: true
  18. - type: textarea
  19. id: description
  20. attributes:
  21. label: Describe the problem
  22. description: "A clear and concise description of what the problem is.\n\nIf applicable, add screenshots to help explain the feed problem."
  23. validations:
  24. required: true
  25. - type: textarea
  26. id: log
  27. attributes:
  28. label: Log messages
  29. description: What is written in the log (see administration ./i/?a=logs)
  30. validations:
  31. required: true
  32. - type: textarea
  33. id: w3cfeedvalidation
  34. attributes:
  35. label: W3C Validator
  36. description: "What is the result of the W3C validator service (go to https://validator.w3.org/feed/)?\n\nIf applicable, add the full link and screenshots to help explain the feed problem."
  37. validations:
  38. required: true
  39. - type: input
  40. id: freshRSS
  41. attributes:
  42. label: FreshRSS version
  43. description: Which FreshRSS version is installed?
  44. placeholder: e.g. 1.23.1
  45. validations:
  46. required: true
  47. - type: textarea
  48. id: environment
  49. attributes:
  50. label: System information
  51. description: Please complete the following information
  52. value: "Database version: [e.g. Mysql 5.7, SQLite]\n- PHP version: [e.g. PHP 8.1]\n- Installation type: [e.g. Docker, Docker image source, git, Yunohost]\n- Web server type: [e.g. Apache, nginx]\n- Device: [e.g. iPhone13]\n- OS: [e.g. Ubuntu 22.04, Win10, MacOS14]\n- Browser: [e.g. Firefox 124]"
  53. validations:
  54. required: true
  55. - type: textarea
  56. id: context
  57. attributes:
  58. label: Additional context
  59. description: Add any other context about the problem here.
  60. validations:
  61. required: false
  62. - type: textarea
  63. id: curlcommands
  64. attributes:
  65. label: Curl commands
  66. description: Have you tried some Curl commands? (See https://github.com/FreshRSS/FreshRSS/discussions/6287 for more information)
  67. validations:
  68. required: false
  69. - type: textarea
  70. id: useragents
  71. attributes:
  72. label: User agents
  73. description: Have you tried some browser user agents in feed settings "Advanced" section?
  74. validations:
  75. required: false