Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

refactor.yml 1.8KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. name: "✨ Refactor"
  2. description: Refactor existing code for improved readability and maintainability.
  3. title: "[Chore/Refactor] "
  4. labels:
  5. - refactor
  6. body:
  7. - type: checkboxes
  8. attributes:
  9. label: Self Checks
  10. description: "To make sure we get to you in time, please check the following :)"
  11. options:
  12. - label: I have read the [Contributing Guide](https://github.com/langgenius/dify/blob/main/CONTRIBUTING.md) and [Language Policy](https://github.com/langgenius/dify/issues/1542).
  13. required: true
  14. - label: This is only for refactoring, if you would like to ask a question, please head to [Discussions](https://github.com/langgenius/dify/discussions/categories/general).
  15. required: true
  16. - label: I have searched for existing issues [search for existing issues](https://github.com/langgenius/dify/issues), including closed ones.
  17. required: true
  18. - label: I confirm that I am using English to submit this report, otherwise it will be closed.
  19. required: true
  20. - label: 【中文用户 & Non English User】请使用英语提交,否则会被关闭 :)
  21. required: true
  22. - label: "Please do not modify this template :) and fill in all the required fields."
  23. required: true
  24. - type: textarea
  25. id: description
  26. attributes:
  27. label: Description
  28. placeholder: "Describe the refactor you are proposing."
  29. validations:
  30. required: true
  31. - type: textarea
  32. id: motivation
  33. attributes:
  34. label: Motivation
  35. placeholder: "Explain why this refactor is necessary."
  36. validations:
  37. required: false
  38. - type: textarea
  39. id: additional-context
  40. attributes:
  41. label: Additional Context
  42. placeholder: "Add any other context or screenshots about the request here."
  43. validations:
  44. required: false