diff --git a/.github/ISSUE_TEMPLATE/dubbo-admin-feature-request-template.md b/.github/ISSUE_TEMPLATE/dubbo-kube-feature-request-template.md similarity index 75% rename from .github/ISSUE_TEMPLATE/dubbo-admin-feature-request-template.md rename to .github/ISSUE_TEMPLATE/dubbo-kube-feature-request-template.md index bdf74cbcb..6983738a3 100644 --- a/.github/ISSUE_TEMPLATE/dubbo-admin-feature-request-template.md +++ b/.github/ISSUE_TEMPLATE/dubbo-kube-feature-request-template.md @@ -1,11 +1,11 @@ --- -name: Dubbo-Admin feature request template -about: If you would like to request a feature to Dubbo-Admin, please use this template. +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/develop/README.md) 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 [...] diff --git a/.github/ISSUE_TEMPLATE/dubbo-admin-issue-report-template.md b/.github/ISSUE_TEMPLATE/dubbo-kube-issue-report-template.md similarity index 60% rename from .github/ISSUE_TEMPLATE/dubbo-admin-issue-report-template.md rename to .github/ISSUE_TEMPLATE/dubbo-kube-issue-report-template.md index 5c946c823..9682f37af 100644 --- a/.github/ISSUE_TEMPLATE/dubbo-admin-issue-report-template.md +++ b/.github/ISSUE_TEMPLATE/dubbo-kube-issue-report-template.md @@ -1,18 +1,18 @@ --- -name: Dubbo-Admin issue report template -about: If you would like to report a issue to Dubbo-Admin, please use this template. +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/develop/README.md) 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 -* Dubbo Admin version: xxx -* Registry center detail (type and version): xxx +* dubboctl or control-plane version: xxx * Operating System version: xxx -* Java version: xxx +* Go version: xxx +* Other information: xxx ### Steps to reproduce this issue @@ -24,7 +24,7 @@ Pls. provide [GitHub address] to reproduce this issue. ### Expected Result -What do you expected from the above steps? +What do you expect from the above steps? ### Actual Result diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 291f0f944..43b6c5778 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -2,18 +2,7 @@ XXXXX -## Brief changelog - -XX - -## Verifying this change +## How to verify this change XXXX -Follow this checklist to help us incorporate your contribution quickly and easily: - -* [ ] Make sure there is a Github issue filed 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. -* [ ] Format the pull request title like `[ISSUE #123] Fix UnknownException when host config not exist`. 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. -* [ ] Run `mvn clean compile --batch-mode -DskipTests=false -Dcheckstyle.skip=false -Drat.skip=false -Dmaven.javadoc.skip=true to make sure basic checks pass. diff --git a/.run/Admin.run.xml b/.run/Admin.run.xml deleted file mode 100644 index 86728bb09..000000000 --- a/.run/Admin.run.xml +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - - - - - - - - - \ No newline at end of file