bug_report_form.yaml 2.0 KB

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