Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
8 changed files
with
55 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
--- | ||
name: Dubbo-Admin issue report template | ||
about: If you would like to report a issue to Dubbo-Admin, please use this template. | ||
|
||
--- | ||
|
||
- [ ] I have searched the [issues](https://github.com/apache/dubbo-admin/issues) of this repository and believe that this is not a duplicate. | ||
- [ ] I have checked the [REAMDE](https://github.com/apache/dubbo-admin/blob/develop/README.md) of this repository and believe that this is not a duplicate. | ||
|
||
### Environment | ||
|
||
* Dubbo version: xxx | ||
* Registry center detail (type and version): xxx | ||
* Operating System version: xxx | ||
* Java version: 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 expected 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! | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
* run: java -jar dubbo-admin-0.1.jar | ||
* run: java -jar dubbo-admin-${project.version}.jar | ||
* modify properties in `application.properties` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters