question.yml 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  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: Question
  18. description: Ask a question
  19. title: "[Question] Question title"
  20. labels: [ "question" ]
  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 question
  42. validations:
  43. required: true
  44. - type: textarea
  45. attributes:
  46. label: DolphinScheduler Version
  47. description: What version of DolphinScheduler?
  48. placeholder: >
  49. The version of DolphinScheduler.
  50. validations:
  51. required: true
  52. - type: textarea
  53. attributes:
  54. label: Additional context
  55. description: Add any other context about the problem here.
  56. - type: checkboxes
  57. attributes:
  58. label: Code of Conduct
  59. description: |
  60. The Code of Conduct helps create a safe space for everyone. We require that everyone agrees to it.
  61. options:
  62. - label: |
  63. I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
  64. required: true
  65. - type: markdown
  66. attributes:
  67. value: "Thanks for completing our form!"