bug_report_form.yaml 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. name: Bug Report
  2. description: Create a report to help us improve
  3. type: Bug
  4. title: "[Bug] "
  5. labels: ["Bug (unconfirmed)"]
  6. body:
  7. - type: markdown
  8. attributes:
  9. value: |
  10. Thanks for taking the time to fill out this bug report to help FreshRSS improve!
  11. - type: textarea
  12. id: description
  13. attributes:
  14. label: Describe the bug
  15. description: "A clear and concise description of what the bug is.\n\nIf applicable, add screenshots to help explain your problem."
  16. validations:
  17. required: true
  18. - type: textarea
  19. id: reproduce
  20. attributes:
  21. label: To Reproduce
  22. description: Steps to reproduce the behavior. (Screenshots could help to explain the steps.)
  23. placeholder: "1. Go to '…'\n2. Click on '…'\n3. Scroll down to '…'\n4. See error"
  24. value: "1. Go to '…'\n2. Click on '…'\n3. Scroll down to '…'\n4. See error"
  25. validations:
  26. required: true
  27. - type: textarea
  28. id: expected
  29. attributes:
  30. label: Expected behavior
  31. description: A clear and concise description of what you expected to happen.
  32. validations:
  33. required: false
  34. - type: input
  35. id: freshRSS
  36. attributes:
  37. label: FreshRSS version
  38. description: Which FreshRSS version is installed?
  39. placeholder: e.g. 1.23.1
  40. validations:
  41. required: true
  42. - type: textarea
  43. id: environment
  44. attributes:
  45. label: System information
  46. description: Please complete the following information
  47. value: "- Database version: [e.g. SQLite, PostgreSQL 17]\n- PHP version: [e.g. PHP 8.2]\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 24.04, Win11, MacOS14]\n- Browser: [e.g. Firefox 134]"
  48. validations:
  49. required: true
  50. - type: textarea
  51. id: context
  52. attributes:
  53. label: Additional context
  54. description: Add any other context about the problem here.
  55. validations:
  56. required: false