bug_report.yml 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. name: Bug report
  2. description: File a bug report
  3. title: "[bug]: "
  4. labels: [bug]
  5. body:
  6. - type: markdown
  7. attributes:
  8. value: |
  9. Thanks for taking the time to fill out this bug report and help us improving quran.com
  10. - type: checkboxes
  11. attributes:
  12. label: Is there an existing issue for this?
  13. description: Please search to see if an issue already exists for the bug you encountered and 👍 it instead of opening new one.
  14. options:
  15. - label: There is no exsiting issue for this bug
  16. required: true
  17. - type: textarea
  18. attributes:
  19. label: Describe the bug
  20. description: A clear and concise description of what the bug is, Also tell us, what did you expect to happen?
  21. placeholder: |
  22. When I do <X>, <Y> happens and I see the error message attached below:
  23. ```...```
  24. validations:
  25. required: true
  26. - type: textarea
  27. id: logs
  28. attributes:
  29. label: Relevant log output
  30. description: Please copy and paste any relevant error log output. This will be automatically formatted into code, so no need for backticks.
  31. render: shell
  32. - type: textarea
  33. attributes:
  34. label: Steps to reproduce
  35. description: Please enter the steps to reproduce this behaviour
  36. placeholder: |
  37. 1. Go to '...'
  38. 2. Click on '....'
  39. 3. Scroll down to '....'
  40. 4. See error
  41. validations:
  42. required: true
  43. - type: textarea
  44. attributes:
  45. label: Environment (please complete the following information) and Add any other context about this bug
  46. description: |
  47. - OS: [e.g. iOS]
  48. - Browser: [e.g. Chrome, Safari]
  49. - Version: [e.g. 22]
  50. placeholder: |
  51. OS:
  52. Browser:
  53. Version:
  54. validations:
  55. required: true
  56. - type: dropdown
  57. id: env
  58. attributes:
  59. label: Environment
  60. options:
  61. - Production(quran.com)
  62. - Beta(beta.quran.com)
  63. - Staging(next.quran.com)
  64. validations:
  65. required: true