bugreport.yml 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. name: Bug Report
  2. description: Report a bug building or running ungoogled-chromium
  3. labels: ["bug"]
  4. body:
  5. - type: markdown
  6. attributes:
  7. value: |
  8. Before submitting this issue, please confirm if you should submit it to a [platform-specific issue tracker instead](https://github.com/ungoogled-software/ungoogled-chromium/blob/master/SUPPORT.md#platform-specific-support)
  9. Otherwise, your issue may not be noticed. In addition, please read through the [SUPPORT.md](https://github.com/ungoogled-software/ungoogled-chromium/blob/master/SUPPORT.md) first
  10. - type: dropdown
  11. id: os
  12. attributes:
  13. label: OS/Platform
  14. description: OS/Platform you are running ungoogled-chromium on
  15. options:
  16. - Android
  17. - Arch Linux
  18. - Debian, Ubuntu, and derivatives
  19. - Fedora and CentOS
  20. - Gentoo
  21. - GNU Guix
  22. - macOS
  23. - NixOS
  24. - Portable Linux
  25. - Windows
  26. validations:
  27. required: true
  28. - type: dropdown
  29. id: install
  30. attributes:
  31. label: Installed
  32. description: How was ungoogled-chromium installed on your OS/Platform
  33. options:
  34. - Compiled from source
  35. - OS/Platform's package manager
  36. - Flatpak
  37. - https://ungoogled-software.github.io/ungoogled-chromium-binaries/
  38. - Other (please use 'Additional context' field below to mention how exactly)
  39. validations:
  40. required: true
  41. - type: input
  42. id: version
  43. attributes:
  44. label: Version
  45. description: ungoogled-chromium version. Could be copied from chrome://settings/help
  46. validations:
  47. required: true
  48. - type: checkboxes
  49. attributes:
  50. label: Have you tested that this is not an upstream issue or an issue with your configuration?
  51. options:
  52. - label: I have tried reproducing this issue in Chrome and it could not be reproduced there
  53. - label: I have tried reproducing this issue in vanilla Chromium and it could not be reproduced there
  54. - label: I have tried reproducing this issue in ungoogled-chromium with a new and empty profile using `--user-data-dir` command line argument and it could not be reproduced there
  55. - type: input
  56. id: description
  57. attributes:
  58. label: Description
  59. description: A clear and concise description (in one line) of what the bug is
  60. validations:
  61. required: true
  62. - type: textarea
  63. id: repro
  64. attributes:
  65. label: How to Reproduce?
  66. description: Steps to reproduce the behaviour
  67. placeholder: |
  68. 1. Go to '...'
  69. 2. Click on '....'
  70. 3. Scroll down to '....'
  71. 4. See error
  72. validations:
  73. required: true
  74. - type: textarea
  75. id: actual
  76. attributes:
  77. label: Actual behaviour
  78. description: A clear and concise description of what happens
  79. validations:
  80. required: true
  81. - type: textarea
  82. id: expected
  83. attributes:
  84. label: Expected behaviour
  85. description: A clear and concise description of what you expected to happen
  86. validations:
  87. required: true
  88. - type: textarea
  89. id: logs
  90. attributes:
  91. label: Relevant log output
  92. description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
  93. render: sh
  94. - type: textarea
  95. id: additional
  96. attributes:
  97. label: Additional context
  98. description: Add any other context about the problem here. If applicable, add screenshots to help explain your problem.