A library that computes the ephemerides.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

117 lines
2.8 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: lib-version
  27. validations:
  28. required: true
  29. attributes:
  30. label: Version of Kosmorrolib
  31. description: |
  32. What version of Kosmorrolib are you using?
  33. options:
  34. - "1.0"
  35. - "0.11"
  36. - main branch
  37. - features branch
  38. - type: dropdown
  39. id: python-version
  40. validations:
  41. required: true
  42. attributes:
  43. label: Version of Python
  44. description: |
  45. What version of Python are you using?
  46. If you don't know, invoke `python --version`.
  47. options:
  48. - "3.10"
  49. - "3.9"
  50. - "3.8"
  51. - "3.7"
  52. - type: dropdown
  53. id: operating-system
  54. validations:
  55. required: true
  56. attributes:
  57. label: Operating system
  58. description: What operating systems did you use?
  59. multiple: true
  60. options:
  61. - Linux
  62. - FreeBSD
  63. - macOS 12 (Monterey)
  64. - macOS 11 (Big Sur)
  65. - macOS 10.15 (Catalina)
  66. - Windows 11
  67. - Windows 10
  68. - type: textarea
  69. id: description
  70. validations:
  71. required: true
  72. attributes:
  73. label: Bug description
  74. description: |
  75. Describe in some words the bug you have encountered.
  76. - type: textarea
  77. id: reproducer
  78. validations:
  79. required: true
  80. attributes:
  81. label: Reproducer
  82. description: |
  83. Write here a small piece of code that reveals the bug.
  84. It should be as concise as possible: no user interaction, no formating, no call to the `kosmorro` command. Just Python.
  85. Don't forget to specify a date and position of calculation if they are necessary.
  86. - type: textarea
  87. id: expected
  88. validations:
  89. required: true
  90. attributes:
  91. label: Expected result
  92. description: |
  93. What did you expect your piece of code to do?
  94. - type: textarea
  95. id: actual
  96. validations:
  97. required: true
  98. attributes:
  99. label: Actual result
  100. description: |
  101. What did your piece of code actually do?