1_bug_report.yaml 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. name: 🐞 Bug Report
  2. description: Use this form if you think you found a bug / Verwende dieses Formular, wenn Du denkst, dass Du einen Fehler gefunden hast.
  3. labels: bug
  4. body:
  5. - type: markdown
  6. attributes:
  7. value: |
  8. Thank you for taking your time to report a bug.
  9. Before you proceed, please check:
  10. - [ ] Do you use the [latest version](https://github.com/jomjol/AI-on-the-edge-device/releases)?
  11. - [ ] Is there already another similar issue? Check for open and closed [Issue](https://github.com/jomjol/AI-on-the-edge-device/issues) and [Discussions](https://github.com/jomjol/AI-on-the-edge-device/discussions).
  12. - [ ] Are instructions in the [README](https://github.com/jomjol/AI-on-the-edge-device/tree/master#readme) solving your issue?
  13. - [ ] Are instructions in the [Wiki](https://github.com/jomjol/AI-on-the-edge-device/wiki) solving your issue?
  14. Du darfst gerne auch in Deutsch schreiben!
  15. - type: textarea
  16. validations:
  17. required: true
  18. attributes:
  19. label: The Problem
  20. description: A clear and concise description of what the bug is.
  21. - type: input
  22. validations:
  23. required: true
  24. attributes:
  25. label: Version
  26. description: Which version are you using? (See menu `System > Info`).
  27. - type: textarea
  28. validations:
  29. required: true
  30. attributes:
  31. label: Logfile
  32. description: Add the logfile (See menu `System > Log Viewer`) to help explain your problem. This will be automatically formatted into code, so no need to format it on your side.
  33. render: shell
  34. - type: textarea
  35. attributes:
  36. label: Expected Behavior
  37. description: A clear and concise description of what you expected to happen.
  38. - type: textarea
  39. attributes:
  40. label: Screenshots
  41. description: If applicable, add screenshots to help explain your problem.
  42. - type: textarea
  43. attributes:
  44. label: Additional Context
  45. description: Add any other context about the problem here.