bug-report.yml 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  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: Bug report
  18. title: "[Bug] [Module Name] Bug title "
  19. description: Problems and issues with code of Apache Dolphinscheduler
  20. labels: [ "bug" ]
  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)
  32. first to see whether the same issue was reported already.
  33. options:
  34. - label: >
  35. I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found
  36. no similar issues.
  37. required: true
  38. - type: textarea
  39. attributes:
  40. label: What happened
  41. description: Describe what happened.
  42. placeholder: >
  43. Please provide the context in which the problem occurred and explain what happened
  44. validations:
  45. required: true
  46. - type: textarea
  47. attributes:
  48. label: What you expected to happen
  49. description: What do you think went wrong?
  50. placeholder: >
  51. Please explain why you think the behaviour is erroneous. It is extremely helpful if you copy and paste
  52. the fragment of logs showing the exact error messages or wrong behaviour and screenshots for
  53. UI problems. You can include files by dragging and dropping them here.
  54. **NOTE**: please copy and paste texts instead of taking screenshots of them for easy future search.
  55. validations:
  56. required: true
  57. - type: textarea
  58. attributes:
  59. label: How to reproduce
  60. description: >
  61. What should we do to reproduce the problem? If you are not able to provide a reproducible case,
  62. please open a [Discussion](https://github.com/apache/dolphinscheduler/discussions) instead.
  63. placeholder: >
  64. Please make sure you provide a reproducible step-by-step case of how to reproduce the problem
  65. as minimally and precisely as possible. Keep in mind we do not have access to your deployment.
  66. Remember that non-reproducible issues will be closed! Opening a discussion is recommended as a
  67. first step.
  68. validations:
  69. required: true
  70. - type: textarea
  71. attributes:
  72. label: Anything else
  73. description: Anything else we need to know?
  74. placeholder: >
  75. How often does this problem occur? (Once? Every time? Only when certain conditions are met?)
  76. Any relevant logs to include? Put them here inside fenced
  77. ``` ``` blocks or inside a collapsable details tag if it's too long:
  78. <details><summary>x.log</summary> lots of stuff </details>
  79. - type: checkboxes
  80. attributes:
  81. label: Are you willing to submit PR?
  82. description: >
  83. This is absolutely not required, but we are happy to guide you in the contribution process
  84. especially if you already have a good understanding of how to implement the fix.
  85. Dolphinscheduler is a totally community-driven project and we love to bring new contributors in.
  86. options:
  87. - label: Yes I am willing to submit a PR!
  88. - type: checkboxes
  89. attributes:
  90. label: Code of Conduct
  91. description: |
  92. The Code of Conduct helps create a safe space for everyone. We require that everyone agrees to it.
  93. options:
  94. - label: >
  95. I agree to follow this project's
  96. [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
  97. required: true
  98. - type: markdown
  99. attributes:
  100. value: "Thanks for completing our form!"