feature-request.yml 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  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: Feature request
  18. description: Suggest an idea for this project
  19. title: "[Feature][Module Name] Feature title"
  20. labels: [ "feature", "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 of your feature
  42. - type: textarea
  43. attributes:
  44. label: Use case
  45. description: What do you want to happen?
  46. placeholder: >
  47. Rather than telling us how you might implement this feature, try to take a
  48. step back and describe what you are trying to achieve.
  49. - type: textarea
  50. attributes:
  51. label: Related issues
  52. description: Is there currently another issue associated with this?
  53. - type: checkboxes
  54. attributes:
  55. label: Are you willing to submit a PR?
  56. description: >
  57. This is absolutely not required, but we are happy to guide you in the contribution process
  58. especially if you already have a good understanding of how to implement the feature.
  59. DolphinScheduler is a totally community-driven project and we love to bring new contributors in.
  60. options:
  61. - label: Yes I am willing to submit a PR!
  62. - type: checkboxes
  63. attributes:
  64. label: Code of Conduct
  65. description: |
  66. The Code of Conduct helps create a safe space for everyone. We require that everyone agrees to it.
  67. options:
  68. - label: |
  69. I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
  70. required: true
  71. - type: markdown
  72. attributes:
  73. value: "Thanks for completing our form!"