A library that computes the ephemerides.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

bug_report.yml 2.2 KiB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  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. - "0.11.2"
  35. - "0.11.1"
  36. - "0.11.0"
  37. - "0.10.0"
  38. - main branch
  39. - features branch
  40. - type: dropdown
  41. id: python-version
  42. validations:
  43. required: true
  44. attributes:
  45. label: Version of Python
  46. description: |
  47. What version of Python are you using?
  48. If you don't know, invoke `python --version`.
  49. options:
  50. - "3.10"
  51. - "3.9"
  52. - "3.8"
  53. - "3.7"
  54. - type: dropdown
  55. id: operating-system
  56. validations:
  57. required: true
  58. attributes:
  59. label: Operating system
  60. description: What operating systems did you use?
  61. multiple: true
  62. options:
  63. - Linux
  64. - FreeBSD
  65. - macOS 12 (Monterey)
  66. - macOS 11 (Big Sur)
  67. - macOS 10.15 (Catalina)
  68. - Windows 11
  69. - Windows 10
  70. - type: textarea
  71. id: description
  72. validations:
  73. required: true
  74. attributes:
  75. label: Bug description
  76. description: |
  77. Describe the bug you have encountered:
  78. - what did you try to do?
  79. - what did you expect the program to do?
  80. - what happened instead?