Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 

61 righe
1.7 KiB

  1. name: Feature request
  2. description: Suggest a new feature for Kosmorro
  3. labels:
  4. - enhancement
  5. body:
  6. - type: checkboxes
  7. id: terms
  8. attributes:
  9. label: I have searched for an opened issue and didn't find my bug
  10. description: |
  11. Before continuing, please verify that your bug is not already known, i.e.:
  12. - there is an issue that describe your bug;
  13. - the issue is not closed.
  14. 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.
  15. Even though it may look the same, your bug might be totally different :smile:
  16. options:
  17. - label: I confirm I didn't find any issue regarding my bug
  18. required: true
  19. - type: textarea
  20. id: description
  21. validations:
  22. required: true
  23. attributes:
  24. label: Feature description
  25. description: |
  26. Describe the feature you would like to see in Kosmorro.
  27. - type: textarea
  28. id: context
  29. validations:
  30. required: false
  31. attributes:
  32. label: Suggestion context
  33. description: |
  34. If you have some context to share about your suggestion, feel free to describe here.
  35. For instance, a frustration.
  36. - type: textarea
  37. id: alternatives
  38. validations:
  39. required: false
  40. attributes:
  41. label: Considered alternatives
  42. description: |
  43. Did you find any alternative solution that meet your need?
  44. It can be a workaround in Kosmorro usage, or even the use of another software with or in replacement.
  45. - type: textarea
  46. id: additional-info
  47. validations:
  48. required: false
  49. attributes:
  50. label: Additional information
  51. description: |
  52. Anything else to say?