diff --git a/.github/ISSUE_TEMPLATE/1-bug.yml b/.github/ISSUE_TEMPLATE/1-bug.yml
index 7f4d33788b..ede92feb8b 100644
--- a/.github/ISSUE_TEMPLATE/1-bug.yml
+++ b/.github/ISSUE_TEMPLATE/1-bug.yml
@@ -23,7 +23,7 @@ projects: ["apache/337"]
body:
- type: markdown
attributes:
- value: |
+ value: |
Thank you for finding the time to report the problem! We really appreciate the community efforts to improve Dubbo.
@@ -40,46 +40,46 @@ body:
- type: checkboxes
attributes:
- label: Search before asking
- description: >
+ label: Search before asking
+ description: >
Please make sure to search in the [issues](https://github.com/apache/dubbo/issues?q=is%3Aissue) first to see
whether the same issue was reported already.
- options:
- - label: >
- I had searched in the [issues](https://github.com/apache/dubbo/issues?q=is%3Aissue) and found no similar
- issues.
- required: true
+ options:
+ - label: >
+ I had searched in the [issues](https://github.com/apache/dubbo/issues?q=is%3Aissue) and found no similar
+ issues.
+ required: true
- type: textarea
attributes:
- label: Steps to reproduce this issue
- description: >
+ label: Steps to reproduce this issue
+ description: >
Describe how to reproduce this issue.If you are not able to provide a reproducible case,
please open a [Discussion](https://github.com/apache/dubbo/discussions) instead.
- placeholder: >
+ placeholder: >
Please provide the context in which the problem occurred and explain what happened.
A [GitHub address] would be helpful for maintainers to reproduce the problem.
validations:
- required: true
+ required: true
- type: textarea
attributes:
- label: What you expected to happen
- description: What do you think went wrong?
- placeholder: >
+ label: What you expected to happen
+ description: What do you think went wrong?
+ placeholder: >
Please explain why you think the behaviour is erroneous. It is extremely helpful if you copy and paste
the fragment of logs showing the exact error messages or wrong behaviour and screenshots for
UI problems. You can include files by dragging and dropping them here.
**NOTE**: please copy and paste texts instead of taking screenshots of them for easy future search.
validations:
- required: true
+ required: true
- type: textarea
attributes:
- label: Anything else
- description: Anything else we need to know?
- placeholder: >
+ label: Anything else
+ description: Anything else we need to know?
+ placeholder: >
How often does this problem occur? (Once? Every time? Only when certain conditions are met?)
Any relevant logs to include? Put them here inside fenced
``` ``` blocks or inside a collapsable details tag if it's too long:
@@ -87,24 +87,24 @@ body:
- type: checkboxes
attributes:
- label: Are you willing to submit a pull request to fix on your own?
- description: >
+ label: Are you willing to submit a pull request to fix on your own?
+ description: >
This is absolutely not required, but we are happy to guide you in the contribution process
especially if you already have a good understanding of how to implement the fix.
Dubbo is a totally community-driven project and we love to bring new contributors in.
- options:
- - label: Yes I am willing to submit a pull request on my own!
+ options:
+ - label: Yes I am willing to submit a pull request on my own!
- type: checkboxes
attributes:
- label: Code of Conduct
- description: The Code of Conduct helps create a safe space for everyone. We require that everyone agrees to it.
- options:
- - label: >
- I agree to follow this project's
- [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
- required: true
+ label: Code of Conduct
+ description: The Code of Conduct helps create a safe space for everyone. We require that everyone agrees to it.
+ options:
+ - label: >
+ I agree to follow this project's
+ [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
+ required: true
- type: markdown
attributes:
- value: "Thanks for completing our form!"
+ value: "Thanks for completing our form!"
diff --git a/.github/ISSUE_TEMPLATE/2-feature.yml b/.github/ISSUE_TEMPLATE/2-feature.yml
index 9feddf22b6..1f678ab51e 100644
--- a/.github/ISSUE_TEMPLATE/2-feature.yml
+++ b/.github/ISSUE_TEMPLATE/2-feature.yml
@@ -23,7 +23,7 @@ projects: ["apache/337"]
body:
- type: markdown
attributes:
- value: |
+ value: |
Thank you for finding the time to propose new feature!
@@ -35,48 +35,48 @@ body:
- type: checkboxes
attributes:
- label: Search before asking
- description: >
+ label: Search before asking
+ description: >
Please make sure to search in the [issues](https://github.com/apache/dubbo/issues?q=is%3Aissue) first to see
whether the same feature was requested already.
- options:
- - label: >
- I had searched in the [issues](https://github.com/apache/dubbo/issues?q=is%3Aissue) and found no similar
- feature requirement.
+ options:
+ - label: >
+ I had searched in the [issues](https://github.com/apache/dubbo/issues?q=is%3Aissue) and found no similar
+ feature requirement.
required: true
- type: textarea
attributes:
- label: Descriptions
- description: A short description of your feature
+ label: Descriptions
+ description: A short description of your feature
validations:
- required: true
+ required: true
- type: textarea
attributes:
- label: Related issues
- description: Is there currently another issue associated with this?
+ label: Related issues
+ description: Is there currently another issue associated with this?
- type: checkboxes
attributes:
- label: Are you willing to submit a pull request to fix on your own?
- description: >
+ label: Are you willing to submit a pull request to fix on your own?
+ description: >
This is absolutely not required, but we are happy to guide you in the contribution process
especially if you already have a good understanding of how to implement the feature.
Dubbo is a totally community-driven project and we love to bring new contributors in.
- options:
- - label: Yes I am willing to submit a pull request on my own!
+ options:
+ - label: Yes I am willing to submit a pull request on my own!
- type: checkboxes
attributes:
- label: Code of Conduct
- description: The Code of Conduct helps create a safe space for everyone. We require that everyone agrees to it.
- options:
- - label: >
- I agree to follow this project's
- [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
- required: true
+ label: Code of Conduct
+ description: The Code of Conduct helps create a safe space for everyone. We require that everyone agrees to it.
+ options:
+ - label: >
+ I agree to follow this project's
+ [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
+ required: true
- type: markdown
attributes:
- value: "Thanks for completing our form!"
+ value: "Thanks for completing our form!"