Skip to content

Commit

Permalink
update template
Browse files Browse the repository at this point in the history
  • Loading branch information
chickenlj committed Sep 16, 2023
1 parent c1d061f commit 8941644
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 52 deletions.
Original file line number Diff line number Diff line change
@@ -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 [...]
Expand Down
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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

Expand Down
13 changes: 1 addition & 12 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
30 changes: 0 additions & 30 deletions .run/Admin.run.xml

This file was deleted.

0 comments on commit 8941644

Please sign in to comment.