forked from alibaba/arthas
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
403d4aa
commit cd3c75d
Showing
1 changed file
with
33 additions
and
0 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,33 @@ | ||
--- | ||
name: 报告Bug/使用疑问 | ||
about: 提交Arthas Bug/使用疑问,使用这个模板 | ||
|
||
--- | ||
|
||
- [ ] 我已经在 [issues](https://github.com/alibaba/arthas/issues) 里搜索,没有重复的issue。 | ||
|
||
### 环境信息 | ||
|
||
* `arthas-boot.jar` 或者 `as.sh` 的版本: xxx | ||
* Arthas 版本: xxx | ||
* 操作系统版本: xxx | ||
* 目标进程的JVM版本: xxx | ||
* 执行`arthas-boot`的版本: xxx | ||
|
||
### 重现问题的步骤 | ||
|
||
1. xxx | ||
2. xxx | ||
3. xxx | ||
|
||
### 期望的结果 | ||
|
||
What do you expected from the above steps? | ||
|
||
### 实际运行的结果 | ||
|
||
实际运行结果,最好有详细的日志,异常栈。尽量贴文本。 | ||
|
||
``` | ||
把异常信息贴到这里 | ||
``` |