bug_report.yml 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. name: Bug report
  2. description: Create a report to help us fix something that is broken
  3. labels: ["Bug"]
  4. body:
  5. - type: markdown
  6. attributes:
  7. value: |
  8. This is a template to help you report good issues. You may use [Github Markdown](https://help.github.com/articles/getting-started-with-writing-and-formatting-on-github/) syntax to format your issue report.
  9. - type: textarea
  10. id: bug
  11. attributes:
  12. label: Bug
  13. description: Please give a short description of the bug
  14. validations:
  15. required: true
  16. - type: input
  17. id: environment-version
  18. attributes:
  19. label: Environment Version
  20. description: Affected Dolibarr version(s)
  21. - type: input
  22. id: environment-os
  23. attributes:
  24. label: Environment OS
  25. description: Server OS type and version
  26. - type: input
  27. id: environment-webserver
  28. attributes:
  29. label: Environment Web server
  30. description: Webserver type and version
  31. - type: input
  32. id: environment-php
  33. attributes:
  34. label: Environment PHP
  35. description: PHP version
  36. - type: input
  37. id: environment-database
  38. attributes:
  39. label: Environment Database
  40. description: Database type and version
  41. - type: input
  42. id: environment-urls
  43. attributes:
  44. label: Environment URL(s)
  45. description: Affected URL(s)
  46. - type: textarea
  47. id: expected-behaviour
  48. attributes:
  49. label: Expected and actual behavior
  50. description: Verbose description
  51. - type: textarea
  52. id: reproduce
  53. attributes:
  54. label: Steps to reproduce the behavior
  55. description: Verbose description
  56. - type: textarea
  57. id: files
  58. attributes:
  59. label: Attached files
  60. description: Screenshots, screencasts, dolibarr.log, debugging informations