This is an automated email from the ASF dual-hosted git repository.
zhongxjian pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-kubernetes.git
The following commit(s) were added to refs/heads/master by this push:
new 53bca82c [chore] change .github content (#721)
53bca82c is described below
commit 53bca82c95a2a9f435fb83344472891f86908b42
Author: Jian Zhong <[email protected]>
AuthorDate: Tue May 27 23:39:48 2025 +0800
[chore] change .github content (#721)
---
.../dubbo-kube-feature-request-template.md | 20 ------------
.../dubbo-kube-issue-report-template.md | 37 ----------------------
.github/ISSUE_TEMPLATE/feature-request.md | 17 ++++++++++
.github/PULL_REQUEST_TEMPLATE.md | 23 ++++++--------
4 files changed, 26 insertions(+), 71 deletions(-)
diff --git a/.github/ISSUE_TEMPLATE/dubbo-kube-feature-request-template.md
b/.github/ISSUE_TEMPLATE/dubbo-kube-feature-request-template.md
deleted file mode 100644
index 6983738a..00000000
--- a/.github/ISSUE_TEMPLATE/dubbo-kube-feature-request-template.md
+++ /dev/null
@@ -1,20 +0,0 @@
----
-name: dubbo-kube feature request template
-about: If you would like to request a feature to dubbo-kube, please use this
template.
-
----
-
-- [ ] I have searched the
[issues](https://github.com/apache/dubbo-kubernetes/issues) of this repository
and believe that this is not a duplicate.
-- [ ] I have checked the
[REAMDE](https://github.com/apache/dubbo-kubernetes/blob/master/README.md) of
this repository and believe that this is not a duplicate.
-
-### Is your feature request related to a problem? Please describe.
-A clear and concise description of what the problem is. Ex. I'm always
frustrated when [...]
-
-### Describe the solution you'd like
-A clear and concise description of what you want to happen.
-
-### Describe alternatives you've considered
-A clear and concise description of any alternative solutions or features
you've considered.
-
-### Additional context
-Add any other context or screenshots about the feature request here.
diff --git a/.github/ISSUE_TEMPLATE/dubbo-kube-issue-report-template.md
b/.github/ISSUE_TEMPLATE/dubbo-kube-issue-report-template.md
deleted file mode 100644
index 9682f37a..00000000
--- a/.github/ISSUE_TEMPLATE/dubbo-kube-issue-report-template.md
+++ /dev/null
@@ -1,37 +0,0 @@
----
-name: dubbo-kube issue report template
-about: If you would like to report a issue to dubbo-kube, please use this
template.
-
----
-
-- [ ] I have searched the
[issues](https://github.com/apache/dubbo-kubernetes/issues) of this repository
and believe that this is not a duplicate.
-- [ ] I have checked the
[REAMDE](https://github.com/apache/dubbo-kubernetes/blob/master/README.md) of
this repository and believe that this is not a duplicate.
-
-### Environment
-
-* dubboctl or control-plane version: xxx
-* Operating System version: xxx
-* Go version: xxx
-* Other information: xxx
-
-### Steps to reproduce this issue
-
-1. xxx
-2. xxx
-3. xxx
-
-Pls. provide [GitHub address] to reproduce this issue.
-
-### Expected Result
-
-What do you expect from the above steps?
-
-### Actual Result
-
-What actually happens?
-
-If there is an exception, please attach the exception trace:
-
-```
-Just put your stack trace here!
-```
diff --git a/.github/ISSUE_TEMPLATE/feature-request.md
b/.github/ISSUE_TEMPLATE/feature-request.md
new file mode 100644
index 00000000..b16d8ef3
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/feature-request.md
@@ -0,0 +1,17 @@
+---
+name: Feature request
+about: Suggest an idea to improve Dubbo
+---
+**Describe the feature request**
+
+**Describe alternatives you've considered**
+
+**Affected product area (please put an X in all that apply)**
+
+[ ] Docs
+[ ] Installation
+[ ] Dashboard
+[ ] Test and Release
+[ ] User Experience
+
+**Additional context**
\ No newline at end of file
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 4747b05b..9e5278e9 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -1,18 +1,13 @@
-## What is the purpose of the change
+**Please provide a description of this PR:**
+**To help us figure out who should review this PR, please put an X in all the
areas that this PR affects.**
-## Brief changelog
+- [ ] Docs
+- [ ] Installation
+- [ ] Test and Release
+- [ ] User Experience
+- [ ] Dashboard
+- [ ] Register Plane Revisions
+**Please check any characteristics that apply to this pull request.**
-## Verifying this change
-
-
-<!-- Follow this checklist to help us incorporate your contribution quickly
and easily: -->
-
-## CheckList
-- [x] Make sure there is a
[GitHub_issue](https://github.com/apache/dubbo-kubernetes/issues) field for the
change (usually before you start working on it). Trivial changes like typos do
not require a GitHub issue. Your pull request should address just this issue,
without pulling in other changes - one PR resolves one issue.
-- [ ] Each commit in the pull request should have a meaningful subject line
and body.
-- [ ] Write a pull request description that is detailed enough to understand
what the pull request does, how, and why.
-- [ ] Write necessary unit-test to verify your logic correction, more mock a
little better when cross module dependency exist.
-- [ ] GitHub Actions works fine on your own branch.
-- [ ] If this contribution is large, please follow the [Software Donation
Guide](https://github.com/apache/dubbo/wiki/Software-donation-guide).
\ No newline at end of file