No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 

109 líneas
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"
  36. - "0.9"
  37. - master branch
  38. - features branch
  39. - type: dropdown
  40. id: python-version
  41. validations:
  42. required: true
  43. attributes:
  44. label: Version of Python
  45. description: |
  46. What version of Python are you using?
  47. Note: if you don't know, invoke `kosmorro --version` or `python --version`.
  48. options:
  49. - "3.10"
  50. - "3.9"
  51. - "3.8"
  52. - "3.7"
  53. - type: dropdown
  54. id: operating-system
  55. validations:
  56. required: true
  57. attributes:
  58. label: Operating system
  59. description: What operating system did you use?
  60. multiple: true
  61. options:
  62. - Linux
  63. - FreeBSD
  64. - macOS 12 (Monterey)
  65. - macOS 11 (Big Sur)
  66. - macOS 10.15 (Catalina)
  67. - type: dropdown
  68. id: install-source
  69. validations:
  70. required: true
  71. attributes:
  72. label: Installation source
  73. description: What did you use to install Kosmorro?
  74. options:
  75. - PyPI
  76. - Arch User Repository (AUR)
  77. - FreshPorts
  78. - Docker
  79. - I have compiled the package from source
  80. - I have run Kosmorro with Pipenv
  81. - other
  82. - type: textarea
  83. id: description
  84. validations:
  85. required: true
  86. attributes:
  87. label: Bug description
  88. description: |
  89. Describe the bug you have encountered:
  90. - what did you try to do?
  91. - what did you expect the program to do?
  92. - what happened instead?