improvement-report.yml 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. #
  2. # Licensed to the Apache Software Foundation (ASF) under one or more
  3. # contributor license agreements. See the NOTICE file distributed with
  4. # this work for additional information regarding copyright ownership.
  5. # The ASF licenses this file to You under the Apache License, Version 2.0
  6. # (the "License"); you may not use this file except in compliance with
  7. # the License. You may obtain a copy of the License at
  8. #
  9. # http://www.apache.org/licenses/LICENSE-2.0
  10. #
  11. # Unless required by applicable law or agreed to in writing, software
  12. # distributed under the License is distributed on an "AS IS" BASIS,
  13. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  14. # See the License for the specific language governing permissions and
  15. # limitations under the License.
  16. #
  17. name: Improvement request
  18. description: Suggest an improvement for this project
  19. title: "[Improvement][Module Name] Improvement title"
  20. labels: [ "improvement", "Waiting for reply" ]
  21. body:
  22. - type: markdown
  23. attributes:
  24. value: |
  25. For better global communication, Please write in English.
  26. If you feel the description in English is not clear, then you can append description in Chinese, thanks!
  27. - type: checkboxes
  28. attributes:
  29. label: Search before asking
  30. description: >
  31. Please make sure to search in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) first
  32. to see whether the same feature was requested already.
  33. options:
  34. - label: >
  35. I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no
  36. similar feature requirement.
  37. required: true
  38. - type: textarea
  39. attributes:
  40. label: Description
  41. description: A short description why your want to do this improvement
  42. - type: checkboxes
  43. attributes:
  44. label: Are you willing to submit a PR?
  45. description: >
  46. This is absolutely not required, but we are happy to guide you in the contribution process
  47. especially if you already have a good understanding of how to implement the improvement.
  48. DolphinScheduler is a totally community-driven project and we love to bring new contributors in.
  49. options:
  50. - label: Yes I am willing to submit a PR!
  51. - type: checkboxes
  52. attributes:
  53. label: Code of Conduct
  54. description: |
  55. The Code of Conduct helps create a safe space for everyone. We require that everyone agrees to it.
  56. options:
  57. - label: |
  58. I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
  59. required: true
  60. - type: markdown
  61. attributes:
  62. value: "Thanks for completing our form!"