Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 

111 řádky
2.6 KiB

  1. name: Bug report
  2. description: Report a bug you have found, so it can be fixed
  3. labels:
  4. - bug
  5. assignees:
  6. - deuchnord
  7. body:
  8. - type: markdown
  9. attributes:
  10. value: |
  11. Thanks for taking time to fill out this bug report!
  12. - type: checkboxes
  13. id: terms
  14. attributes:
  15. label: I have searched for an opened issue and didn't find my bug
  16. description: |
  17. Before continuing, please verify that your bug is not already known, i.e.:
  18. - there is an issue that describe your bug;
  19. - the issue is not closed.
  20. If you have found a closed issue that describes the same bug as yours, please don't comment inside and open a new issue instead.
  21. Even though it may look the same, your bug might be totally different :smile:
  22. options:
  23. - label: I confirm I didn't find any issue regarding my bug
  24. required: true
  25. - type: dropdown
  26. id: cli-version
  27. validations:
  28. required: true
  29. attributes:
  30. label: Version of Kosmorro
  31. description: |
  32. What version of Kosmorro are you using?
  33. Note: if you don't know, invoke `kosmorro --version`.
  34. options:
  35. - "0.10.2"
  36. - "0.10.1"
  37. - "0.10.0"
  38. - "0.9.0"
  39. - master branch
  40. - features branch
  41. - type: dropdown
  42. id: python-version
  43. validations:
  44. required: true
  45. attributes:
  46. label: Version of Python
  47. description: |
  48. What version of Python are you using?
  49. Note: if you don't know, invoke `kosmorro --version` or `python --version`.
  50. options:
  51. - "3.10"
  52. - "3.9"
  53. - "3.8"
  54. - "3.7"
  55. - type: dropdown
  56. id: operating-system
  57. validations:
  58. required: true
  59. attributes:
  60. label: Operating system
  61. description: What operating system did you use?
  62. multiple: true
  63. options:
  64. - Linux
  65. - FreeBSD
  66. - macOS 12 (Monterey)
  67. - macOS 11 (Big Sur)
  68. - macOS 10.15 (Catalina)
  69. - type: dropdown
  70. id: install-source
  71. validations:
  72. required: true
  73. attributes:
  74. label: Installation source
  75. description: What did you use to install Kosmorro?
  76. options:
  77. - PyPI
  78. - Arch User Repository (AUR)
  79. - FreshPorts
  80. - Docker
  81. - I have compiled the package from source
  82. - I have run Kosmorro with Pipenv
  83. - other
  84. - type: textarea
  85. id: description
  86. validations:
  87. required: true
  88. attributes:
  89. label: Bug description
  90. description: |
  91. Describe the bug you have encountered:
  92. - what did you try to do?
  93. - what did you expect the program to do?
  94. - what happened instead?