This is an automated email from the ASF dual-hosted git repository.
albumenj pushed a commit to branch 3.2
in repository https://gitbox.apache.org/repos/asf/dubbo.git
The following commit(s) were added to refs/heads/3.2 by this push:
new 783522e013 Add general template (#13848)
783522e013 is described below
commit 783522e01380324d9d29dd3b32395863596cdebd
Author: Albumen Kevin <[email protected]>
AuthorDate: Wed Mar 6 15:07:14 2024 +0800
Add general template (#13848)
---
.../DISCUSSION_TEMPLATE/{question.yml => general.yml} | 14 ++++----------
.github/DISCUSSION_TEMPLATE/question.yml | 10 ++--------
.github/ISSUE_TEMPLATE/1-bug.yml | 18 +++++++++++++++++-
.github/ISSUE_TEMPLATE/2-feature.yml | 16 ++++++++++++++++
4 files changed, 39 insertions(+), 19 deletions(-)
diff --git a/.github/DISCUSSION_TEMPLATE/question.yml
b/.github/DISCUSSION_TEMPLATE/general.yml
similarity index 85%
copy from .github/DISCUSSION_TEMPLATE/question.yml
copy to .github/DISCUSSION_TEMPLATE/general.yml
index 7ffa771395..b61c1bf057 100644
--- a/.github/DISCUSSION_TEMPLATE/question.yml
+++ b/.github/DISCUSSION_TEMPLATE/general.yml
@@ -15,19 +15,19 @@
# limitations under the License.
#
-title: "[Q/A][Java SDK (Component)] xxx"
+title: "[General][Java SDK (Component)] xxx"
body:
- type: markdown
attributes:
value: |
<img src="https://dubbo.apache.org/imgs/nav_logo2.png" alt="Dubbo logo"
height="90px" align="right" />
- Thank you for finding the time to report the problem! We really
appreciate the community efforts to improve Dubbo.
+ Thank you for finding the time to share your idea! We really appreciate
the community efforts to improve Dubbo.
If you need to report a security issue, please visit [our security
policy](https://github.com/apache/dubbo/security/policy).
**Dubbo is open for world wide collaboration, please make sure that all
the content you provide is in English.**
- Remember that non-English issues is quite not friendly for everyone, and
might unable to get the response!
+ Remember that non-English idea is quite not friendly for everyone, and
might unable to get the response!
- type: checkboxes
attributes:
@@ -66,16 +66,10 @@ body:
validations:
required: true
-- type: textarea
- attributes:
- label: Dubbo Version
- description: "Which Dubbo version, JDK version and operating system did
you use?"
- placeholder: "Example: Dubbo Java 3.2.12, OpenJDK 1.8, Ubuntu 20.04"
-
- type: textarea
attributes:
label: Details
- description: Anything you want to know?
+ description: Anything you want to ask?
validations:
required: true
diff --git a/.github/DISCUSSION_TEMPLATE/question.yml
b/.github/DISCUSSION_TEMPLATE/question.yml
index 7ffa771395..17aadb9ab9 100644
--- a/.github/DISCUSSION_TEMPLATE/question.yml
+++ b/.github/DISCUSSION_TEMPLATE/question.yml
@@ -22,12 +22,12 @@ body:
value: |
<img src="https://dubbo.apache.org/imgs/nav_logo2.png" alt="Dubbo logo"
height="90px" align="right" />
- Thank you for finding the time to report the problem! We really
appreciate the community efforts to improve Dubbo.
+ Thank you for finding the time to report the question! We really
appreciate the community efforts to improve Dubbo.
If you need to report a security issue, please visit [our security
policy](https://github.com/apache/dubbo/security/policy).
**Dubbo is open for world wide collaboration, please make sure that all
the content you provide is in English.**
- Remember that non-English issues is quite not friendly for everyone, and
might unable to get the response!
+ Remember that non-English question is quite not friendly for everyone,
and might unable to get the response!
- type: checkboxes
attributes:
@@ -66,12 +66,6 @@ body:
validations:
required: true
-- type: textarea
- attributes:
- label: Dubbo Version
- description: "Which Dubbo version, JDK version and operating system did
you use?"
- placeholder: "Example: Dubbo Java 3.2.12, OpenJDK 1.8, Ubuntu 20.04"
-
- type: textarea
attributes:
label: Details
diff --git a/.github/ISSUE_TEMPLATE/1-bug.yml b/.github/ISSUE_TEMPLATE/1-bug.yml
index e7d06e48ec..5bff100dd8 100644
--- a/.github/ISSUE_TEMPLATE/1-bug.yml
+++ b/.github/ISSUE_TEMPLATE/1-bug.yml
@@ -58,7 +58,23 @@ body:
issues.
required: true
-- type: input
+- type: dropdown
+ attributes:
+ label: Apache Dubbo Component
+ description: |
+ What Apache Dubbo component are you using? Apache Dubbo has many
subprojects, please make sure
+ to choose the component that you want to ask questions about.
+ multiple: false
+ options:
+ - "Java SDK (apache/dubbo)"
+ - "Java Samples (apache/dubbo-samples)"
+ - "Java Integration Cases (apache/dubbo-integration-cases)"
+ - "Java SPI Extensions (apache/dubbo-spi-extensions)"
+ - "Java Benchmark (apache/dubbo-benchmark)"
+ validations:
+ required: true
+
+- type: textarea
attributes:
label: Dubbo Version
description: "Which Dubbo version, JDK version and operating system did
you use?"
diff --git a/.github/ISSUE_TEMPLATE/2-feature.yml
b/.github/ISSUE_TEMPLATE/2-feature.yml
index 501122efcd..d0d6bba7b5 100644
--- a/.github/ISSUE_TEMPLATE/2-feature.yml
+++ b/.github/ISSUE_TEMPLATE/2-feature.yml
@@ -53,6 +53,22 @@ body:
feature requirement.
required: true
+- type: dropdown
+ attributes:
+ label: Apache Dubbo Component
+ description: |
+ What Apache Dubbo component are you using? Apache Dubbo has many
subprojects, please make sure
+ to choose the component that you want to ask questions about.
+ multiple: false
+ options:
+ - "Java SDK (apache/dubbo)"
+ - "Java Samples (apache/dubbo-samples)"
+ - "Java Integration Cases (apache/dubbo-integration-cases)"
+ - "Java SPI Extensions (apache/dubbo-spi-extensions)"
+ - "Java Benchmark (apache/dubbo-benchmark)"
+ validations:
+ required: true
+
- type: textarea
attributes:
label: Descriptions