bug_report.yml 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. name: Bug Report
  2. description: Create a report to help us improve glpi-singlesignon
  3. body:
  4. - type: markdown
  5. attributes:
  6. value: |
  7. Dear GLPI plugin user.
  8. BEFORE SUBMITTING YOUR ISSUE, please make sure to read and follow these steps:
  9. * We do not guarantee any processing / resolution time for community issues.
  10. * Keep this tracker in ENGLISH. If you want support in your language, the [community forum](https://forum.glpi-project.org) is the best place.
  11. * Always try to reproduce your issue at least on latest stable release.
  12. The GLPI Single-Sign On Development team.
  13. - type: checkboxes
  14. attributes:
  15. label: Is there an existing issue for this?
  16. description: Please search to see if an issue already exists for the bug you encountered.
  17. options:
  18. - label: I have searched the existing issues
  19. validations:
  20. required: true
  21. - type: input
  22. id: glpi-version
  23. attributes:
  24. label: GLPI Version
  25. description: What version of our GLPI are you running?
  26. validations:
  27. required: true
  28. - type: input
  29. id: plugin-version
  30. attributes:
  31. label: Plugin version
  32. description: What version of `glpi-singlesignon` are you running?
  33. validations:
  34. required: true
  35. - type: textarea
  36. attributes:
  37. label: Bug description
  38. description: A concise description of the problem you are experiencing and what you expected to happen.
  39. validations:
  40. required: false
  41. - type: textarea
  42. id: logs
  43. attributes:
  44. label: Relevant log output
  45. description: |
  46. Please copy and paste any relevant log output. Find them in `*-error.log` files under `glpi/files/_log/`.
  47. Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
  48. render: shell
  49. - type: input
  50. id: url
  51. attributes:
  52. label: Page URL
  53. description: If applicable, page URL where the bug happens.
  54. validations:
  55. required: false
  56. - type: textarea
  57. attributes:
  58. label: Steps To reproduce
  59. description: Steps to reproduce the behavior.
  60. placeholder: |
  61. 1. With this config...
  62. 2. Go to...
  63. 3. Scroll down to...
  64. 4. See error...
  65. validations:
  66. required: false
  67. - type: textarea
  68. attributes:
  69. label: Your GLPI setup information
  70. description: Copy and paste the information you will find in GLPI debug mode in the `Setup > Single-Sign on` menu, `Debug` tab of your SSO provider.
  71. validations:
  72. required: false
  73. - type: textarea
  74. attributes:
  75. label: Anything else?
  76. description: Add any other context about the problem here.
  77. validations:
  78. required: false